Html Css Color HEX #D6FAAC Reef

📋 copy color: '#D6FAAC'

red 214 ◦ green 250 ◦ blue 172

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

Shades of Reef #D6FAAC

Tints of Reef #D6FAAC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.31%

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

R = 33.65%
G = 39.31%
B = 27.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#D6FAAC (or 0xD6FAAC) is known color: Reef. HEX triplet: D6, FA and AC. RGB value is (214,250,172). Sum of RGB (Red+Green+Blue) = 214+250+172=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 172 (67.58% from 255 or 27.04% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FAAC is #290553. Grayscale: #E6E6E6. Windows color (decimal): -2688340 or 11336406. OLE color: 11336406.

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

Color convert

RGB 214 250 172 -
CMYK 0.14 0 0.31 0.02
HSL 87.69º 0.89% 0.83% -
HSV(B) 87.69º 0.31% 0.98% -
XYZ 69.36 85.65 51.91 -
YUV 230.34 95.07 116.34 -
System Red Green Blue C M Y K H S L
Decimal 214 250 172 0.14 0 0.31 0.02 87.69 0.89 0.83
Hex D6 FA AC E 0 1F 2 58 59 53
Octal 326 372 254 16 0 37 2 130 131 123
Binary 11010110 11111010 10101100 1110 0 11111 10 1011000 1011001 1010011

Color Harmonies of #D6FAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FAAC

Black with #D6FAAC

Text Example


Text Example

White with #D6FAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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