#7fd4b8

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

Shades of Bermuda #7FD4B8

Tints of Bermuda #7FD4B8

Color information

#7FD4B8 (or 0x7FD4B8) is unknown color: approx Bermuda. HEX triplet: 7F, D4 and B8. RGB value is (127,212,184). Sum of RGB (Red+Green+Blue) = 127+212+184=523 (69% of max value = 765). Red value is 127 (50% from 255 or 24.28% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD4B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD4B8 is #802B47. Grayscale: #B7B7B7. Windows color (decimal): -8399688 or 12113023. OLE color: 12113023.

HSL color Cylindrical-coordinate representation of color #7FD4B8: hue angle of 160.24º 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 #7FD4B8 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB127212184-
CMYK0.4000.130.17
HSL160.24º49.71%66.47%-
HSV(B)160.24º40.09%83.14%-
XYZ40.9555.0653.82-
YUV183.39128.3487.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.28%
GREEN value IS 212 (83.20% from 255) = 40.54%
BLUE value IS 184 (72.27% from 255) = 35.18%
R=24.28%
G=40.54%
B=35.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1272121840.4000.130.17160.2449.7166.47
Hex7FD4B8280D11a03242
Octal177324270500152124062102
Binary111111111010100101110001010000110110001101000001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fd4b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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