Html Css Color HEX #D6F2AC Reef

📋 copy color: '#D6F2AC'

red 214 ◦ green 242 ◦ blue 172

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

Shades of Reef #D6F2AC

Tints of Reef #D6F2AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.39%

R = 34.08%
G = 38.54%
B = 27.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#D6F2AC (or 0xD6F2AC) is known color: Reef. HEX triplet: D6, F2 and AC. RGB value is (214,242,172). Sum of RGB (Red+Green+Blue) = 214+242+172=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 172 (67.58% from 255 or 27.39% from 628); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F2AC is #290D53. Grayscale: #E1E1E1. Windows color (decimal): -2690388 or 11334358. OLE color: 11334358.

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

Color convert

RGB 214 242 172 -
CMYK 0.12 0 0.29 0.05
HSL 84º 0.73% 0.81% -
HSV(B) 84º 0.29% 0.95% -
XYZ 66.93 80.78 51.09 -
YUV 225.65 97.72 119.69 -
System Red Green Blue C M Y K H S L
Decimal 214 242 172 0.12 0 0.29 0.05 84 0.73 0.81
Hex D6 F2 AC C 0 1D 5 54 49 51
Octal 326 362 254 14 0 35 5 124 111 121
Binary 11010110 11110010 10101100 1100 0 11101 101 1010100 1001001 1010001

Color Harmonies of #D6F2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F2AC

Black with #D6F2AC

Text Example


Text Example

White with #D6F2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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