#7FD4BA

Color #7FD4BA Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #7FD4BA

Tints of Bermuda #7FD4BA

Color information

#7FD4BA (or 0x7FD4BA) is unknown color: approx Bermuda. HEX triplet: 7F, D4 and BA. RGB value is (127,212,186). Sum of RGB (Red+Green+Blue) = 127+212+186=525 (69% of max value = 765). Red value is 127 (50% from 255 or 24.19% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD4BA is #802B45. Grayscale: #B7B7B7. Windows color (decimal): -8399686 or 12244095. OLE color: 12244095.

HSL color Cylindrical-coordinate representation of color #7FD4BA: hue angle of 161.65º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD4BA is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB127212186-
CMYK0.4000.120.17
HSL161.65º49.71%66.47%-
HSV(B)161.65º40.09%83.14%-
XYZ41.1655.1454.93-
YUV183.62129.3487.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 24.19%
GREEN value IS 212 (83.20% from 255) = 40.38%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=24.19%
G=40.38%
B=35.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1272121860.4000.120.17161.6549.7166.47
Hex7FD4BA280C11a23242
Octal177324272500142124262102
Binary111111111010100101110101010000110010001101000101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FD4BA; }

 p { color: rgb(127,212,186); }

 H1.HeaderClassName
 {
   color: #7FD4BA;
 }
 .AnyTagClassName
 {
   color: #7FD4BA;
 }
</style>
background-color css

<style>
 a { background-color: #7FD4BA; }

 a { background-color: rgb(127,212,186); }

 div.DivClassName
 {
   background-color: #7FD4BA;
 }
 .BgClassName
 {
   background-color: #7FD4BA;
 }
</style>
border-color css

<style>
 span { border-color: #7FD4BA; }

 span { border-color: rgb(127,212,186); }

 td.TdClassName
 {
   border-color: #7FD4BA;
 }
 .TagClassName
 {
   border-color: #7FD4BA;
 }
</style>