#DEF5AA

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

Shades of Reef #DEF5AA

Tints of Reef #DEF5AA

Color information

#DEF5AA (or 0xDEF5AA) is unknown color: approx Reef. HEX triplet: DE, F5 and AA. RGB value is (222,245,170). Sum of RGB (Red+Green+Blue) = 222+245+170=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 245 (96.09% from 255 or 38.46% from 637); Blue value is 170 (66.80% from 255 or 26.69% from 637); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF5AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF5AA is #210A55. Grayscale: #E5E5E5. Windows color (decimal): -2165334 or 11204062. OLE color: 11204062.

HSL color Cylindrical-coordinate representation of color #DEF5AA: hue angle of 78.4º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEF5AA is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB222245170-
CMYK0.0900.310.04
HSL78.4º78.95%81.37%-
HSV(B)78.4º30.61%96.08%-
XYZ70.0383.7450.5-
YUV229.5794.38122.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.85%
GREEN value IS 245 (96.09% from 255) = 38.46%
BLUE value IS 170 (66.80% from 255) = 26.69%
R=34.85%
G=38.46%
B=26.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222451700.0900.310.0478.478.9581.37
HexDEF5AA901F44e4f51
Octal336365252110374116117121
Binary1101111011110101101010101001011111100100111010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF5AA; }

 p { color: rgb(222,245,170); }

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

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

 a { background-color: rgb(222,245,170); }

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

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

 span { border-color: rgb(222,245,170); }

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