#DEF9AA

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

Shades of Reef #DEF9AA

Tints of Reef #DEF9AA

Color information

#DEF9AA (or 0xDEF9AA) is unknown color: approx Reef. HEX triplet: DE, F9 and AA. RGB value is (222,249,170). Sum of RGB (Red+Green+Blue) = 222+249+170=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 170 (66.80% from 255 or 26.52% from 641); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF9AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF9AA is #210655. Grayscale: #E8E8E8. Windows color (decimal): -2164310 or 11205086. OLE color: 11205086.

HSL color Cylindrical-coordinate representation of color #DEF9AA: hue angle of 80.51º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEF9AA is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB222249170-
CMYK0.1100.320.02
HSL80.51º86.81%82.16%-
HSV(B)80.51º31.73%97.65%-
XYZ71.2686.1850.91-
YUV231.9293.05120.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.63%
GREEN value IS 249 (97.66% from 255) = 38.85%
BLUE value IS 170 (66.80% from 255) = 26.52%
R=34.63%
G=38.85%
B=26.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222491700.1100.320.0280.5186.8182.16
HexDEF9AAB0202515752
Octal336371252130402121127122
Binary1101111011111001101010101011010000010101000110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF9AA; }

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

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

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

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

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

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

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

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