Html Css Color HEX #DEF9AA Reef

📋 copy color: '#DEF9AA'

red 222 ◦ green 249 ◦ blue 170

#DEF9AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #DEF9AA

Tints of Reef #DEF9AA

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.8% from 255) = 26.52%

R = 34.63%
G = 38.85%
B = 26.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#DEF9AA (or 0xDEF9AA) is known color: 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

RGB 222 249 170 -
CMYK 0.11 0 0.32 0.02
HSL 80.51º 0.87% 0.82% -
HSV(B) 80.51º 0.32% 0.98% -
XYZ 71.26 86.18 50.91 -
YUV 231.92 93.05 120.92 -
System Red Green Blue C M Y K H S L
Decimal 222 249 170 0.11 0 0.32 0.02 80.51 0.87 0.82
Hex DE F9 AA B 0 20 2 51 57 52
Octal 336 371 252 13 0 40 2 121 127 122
Binary 11011110 11111001 10101010 1011 0 100000 10 1010001 1010111 1010010

Color Harmonies of #DEF9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF9AA

Black with #DEF9AA

Text Example


Text Example

White with #DEF9AA

Text Example


Text Example

HTML Codes & Css Web 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>