Html Css Color HEX #D6F1AC Reef

📋 copy color: '#D6F1AC'

red 214 ◦ green 241 ◦ blue 172

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

Shades of Reef #D6F1AC

Tints of Reef #D6F1AC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.44%

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

R = 34.13%
G = 38.44%
B = 27.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#D6F1AC (or 0xD6F1AC) is known color: Reef. HEX triplet: D6, F1 and AC. RGB value is (214,241,172). Sum of RGB (Red+Green+Blue) = 214+241+172=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 241 (94.53% from 255 or 38.44% from 627); Blue value is 172 (67.58% from 255 or 27.43% from 627); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F1AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F1AC is #290E53. Grayscale: #E1E1E1. Windows color (decimal): -2690644 or 11334102. OLE color: 11334102.

HSL color Cylindrical-coordinate representation of color #D6F1AC: hue angle of 83.48º degrees, saturation: 0.71, 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 #D6F1AC is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 241 172 -
CMYK 0.11 0 0.29 0.05
HSL 83.48º 0.71% 0.81% -
HSV(B) 83.48º 0.29% 0.95% -
XYZ 66.63 80.19 51 -
YUV 225.06 98.05 120.11 -
System Red Green Blue C M Y K H S L
Decimal 214 241 172 0.11 0 0.29 0.05 83.48 0.71 0.81
Hex D6 F1 AC B 0 1D 5 53 47 51
Octal 326 361 254 13 0 35 5 123 107 121
Binary 11010110 11110001 10101100 1011 0 11101 101 1010011 1000111 1010001

Color Harmonies of #D6F1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F1AC

Black with #D6F1AC

Text Example


Text Example

White with #D6F1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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