#7FDEB4

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

Shades of Bermuda #7FDEB4

Tints of Bermuda #7FDEB4

Color information

#7FDEB4 (or 0x7FDEB4) is unknown color: approx Bermuda. HEX triplet: 7F, DE and B4. RGB value is (127,222,180). Sum of RGB (Red+Green+Blue) = 127+222+180=529 (70% of max value = 765). Red value is 127 (50% from 255 or 24.01% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #7FDEB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDEB4 is #80214B. Grayscale: #BCBCBC. Windows color (decimal): -8397132 or 11853439. OLE color: 11853439.

HSL color Cylindrical-coordinate representation of color #7FDEB4: hue angle of 153.47º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDEB4 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB127222180-
CMYK0.4300.190.13
HSL153.47º59.01%68.43%-
HSV(B)153.47º42.79%87.06%-
XYZ43.1160.0552.5-
YUV188.81123.0383.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.01%
GREEN value IS 222 (87.11% from 255) = 41.97%
BLUE value IS 180 (70.70% from 255) = 34.03%
R=24.01%
G=41.97%
B=34.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1272221800.4300.190.13153.4759.0168.43
Hex7FDEB42B013D993b44
Octal177336264530231523173104
Binary111111111011110101101001010110100111101100110011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,222,180); }

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

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

 a { background-color: rgb(127,222,180); }

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

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

 span { border-color: rgb(127,222,180); }

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