Html Css Color HEX #D6F2AA Reef

📋 copy color: '#D6F2AA'

red 214 ◦ green 242 ◦ blue 170

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

Shades of Reef #D6F2AA

Tints of Reef #D6F2AA

RGB

 RED value IS 214 (83.98% from 255) = 34.19%

 GREEN value IS 242 (94.92% from 255) = 38.66%

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

R = 34.19%
G = 38.66%
B = 27.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#D6F2AA (or 0xD6F2AA) is known color: Reef. HEX triplet: D6, F2 and AA. RGB value is (214,242,170). Sum of RGB (Red+Green+Blue) = 214+242+170=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 170 (66.80% from 255 or 27.16% from 626); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F2AA is #290D55. Grayscale: #E1E1E1. Windows color (decimal): -2690390 or 11203286. OLE color: 11203286.

HSL color Cylindrical-coordinate representation of color #D6F2AA: hue angle of 83.33º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6F2AA is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 242 170 -
CMYK 0.12 0 0.30 0.05
HSL 83.33º 0.73% 0.81% -
HSV(B) 83.33º 0.3% 0.95% -
XYZ 66.74 80.7 50.09 -
YUV 225.42 96.72 119.85 -
System Red Green Blue C M Y K H S L
Decimal 214 242 170 0.12 0 0.30 0.05 83.33 0.73 0.81
Hex D6 F2 AA C 0 1E 5 53 49 51
Octal 326 362 252 14 0 36 5 123 111 121
Binary 11010110 11110010 10101010 1100 0 11110 101 1010011 1001001 1010001

Color Harmonies of #D6F2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F2AA

Black with #D6F2AA

Text Example


Text Example

White with #D6F2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F2AA; }

 p { color: rgb(214,242,170); }

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

background-color css

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

 a { background-color: rgb(214,242,170); }

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

border-color css

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

 span { border-color: rgb(214,242,170); }

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