Html Css Color HEX #D6FFAA Reef

📋 copy color: '#D6FFAA'

red 214 ◦ green 255 ◦ blue 170

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

Shades of Reef #D6FFAA

Tints of Reef #D6FFAA

RGB

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

 GREEN value IS 255 (100% from 255) = 39.91%

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

R = 33.49%
G = 39.91%
B = 26.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#D6FFAA (or 0xD6FFAA) is known color: Reef. HEX triplet: D6, FF and AA. RGB value is (214,255,170). Sum of RGB (Red+Green+Blue) = 214+255+170=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 170 (66.80% from 255 or 26.60% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FFAA is #290055. Grayscale: #E9E9E9. Windows color (decimal): -2687062 or 11206614. OLE color: 11206614.

HSL color Cylindrical-coordinate representation of color #D6FFAA: hue angle of 88.94º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6FFAA is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 214 255 170 -
CMYK 0.16 0 0.33 0
HSL 88.94º 1% 0.83% -
HSV(B) 88.94º 0.33% 1% -
XYZ 70.75 88.72 51.43 -
YUV 233.05 92.42 114.41 -
System Red Green Blue C M Y K H S L
Decimal 214 255 170 0.16 0 0.33 0 88.94 1 0.83
Hex D6 FF AA 10 0 21 0 59 64 53
Octal 326 377 252 20 0 41 0 131 144 123
Binary 11010110 11111111 10101010 10000 0 100001 0 1011001 1100100 1010011

Color Harmonies of #D6FFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FFAA

Black with #D6FFAA

Text Example


Text Example

White with #D6FFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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