Html Css Color HEX #DEF0A2 Reef

📋 copy color: '#DEF0A2'

red 222 ◦ green 240 ◦ blue 162

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

Shades of Reef #DEF0A2

Tints of Reef #DEF0A2

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.46%

 BLUE value IS 162 (63.67% from 255) = 25.96%

R = 35.58%
G = 38.46%
B = 25.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#DEF0A2 (or 0xDEF0A2) is known color: Reef. HEX triplet: DE, F0 and A2. RGB value is (222,240,162). Sum of RGB (Red+Green+Blue) = 222+240+162=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 240 (94.14% from 255 or 38.46% from 624); Blue value is 162 (63.67% from 255 or 25.96% from 624); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF0A2 is #210F5D. Grayscale: #E2E2E2. Windows color (decimal): -2166622 or 10678494. OLE color: 10678494.

HSL color Cylindrical-coordinate representation of color #DEF0A2: hue angle of 73.85º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEF0A2 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 240 162 -
CMYK 0.08 0 0.32 0.06
HSL 73.85º 0.72% 0.79% -
HSV(B) 73.85º 0.33% 0.94% -
XYZ 67.81 80.46 46.14 -
YUV 225.73 92.04 125.34 -
System Red Green Blue C M Y K H S L
Decimal 222 240 162 0.08 0 0.32 0.06 73.85 0.72 0.79
Hex DE F0 A2 8 0 20 6 4A 48 4F
Octal 336 360 242 10 0 40 6 112 110 117
Binary 11011110 11110000 10100010 1000 0 100000 110 1001010 1001000 1001111

Color Harmonies of #DEF0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF0A2

Black with #DEF0A2

Text Example


Text Example

White with #DEF0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF0A2; }

 p { color: rgb(222,240,162); }

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

background-color css

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

 a { background-color: rgb(222,240,162); }

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

border-color css

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

 span { border-color: rgb(222,240,162); }

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