Html Css Color HEX #DEFBAA Reef

📋 copy color: '#DEFBAA'

red 222 ◦ green 251 ◦ blue 170

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

Shades of Reef #DEFBAA

Tints of Reef #DEFBAA

RGB

 RED value IS 222 (87.11% from 255) = 34.53%

 GREEN value IS 251 (98.44% from 255) = 39.04%

 BLUE value IS 170 (66.8% from 255) = 26.44%

R = 34.53%
G = 39.04%
B = 26.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#DEFBAA (or 0xDEFBAA) is known color: Reef. HEX triplet: DE, FB and AA. RGB value is (222,251,170). Sum of RGB (Red+Green+Blue) = 222+251+170=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 251 (98.44% from 255 or 39.04% from 643); Blue value is 170 (66.80% from 255 or 26.44% from 643); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFBAA is #210455. Grayscale: #E9E9E9. Windows color (decimal): -2163798 or 11205598. OLE color: 11205598.

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

Color convert

RGB 222 251 170 -
CMYK 0.12 0 0.32 0.02
HSL 81.48º 0.91% 0.83% -
HSV(B) 81.48º 0.32% 0.98% -
XYZ 71.88 87.43 51.12 -
YUV 233.1 92.39 120.09 -
System Red Green Blue C M Y K H S L
Decimal 222 251 170 0.12 0 0.32 0.02 81.48 0.91 0.83
Hex DE FB AA C 0 20 2 51 5B 53
Octal 336 373 252 14 0 40 2 121 133 123
Binary 11011110 11111011 10101010 1100 0 100000 10 1010001 1011011 1010011

Color Harmonies of #DEFBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFBAA

Black with #DEFBAA

Text Example


Text Example

White with #DEFBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFBAA; }

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

 H1.HeaderClassName
 {
   color: #DEFBAA;
 }
 .AnyTagClassName
 {
   color: #DEFBAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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