#7FD4BE

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

Shades of Bermuda #7FD4BE

Tints of Bermuda #7FD4BE

Color information

#7FD4BE (or 0x7FD4BE) is unknown color: approx Bermuda. HEX triplet: 7F, D4 and BE. RGB value is (127,212,190). Sum of RGB (Red+Green+Blue) = 127+212+190=529 (70% of max value = 765). Red value is 127 (50% from 255 or 24.01% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD4BE is #802B41. Grayscale: #B8B8B8. Windows color (decimal): -8399682 or 12506239. OLE color: 12506239.

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

Color convert

RGB127212190-
CMYK0.4000.100.17
HSL164.47º49.71%66.47%-
HSV(B)164.47º40.09%83.14%-
XYZ41.5955.3257.2-
YUV184.08131.3487.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.01%
GREEN value IS 212 (83.20% from 255) = 40.08%
BLUE value IS 190 (74.61% from 255) = 35.92%
R=24.01%
G=40.08%
B=35.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1272121900.4000.100.17164.4749.7166.47
Hex7FD4BE280A11a43242
Octal177324276500122124462102
Binary111111111010100101111101010000101010001101001001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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