Html Css Color HEX #D5FFAA Reef

📋 copy color: '#D5FFAA'

red 213 ◦ green 255 ◦ blue 170

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

Shades of Reef #D5FFAA

Tints of Reef #D5FFAA

RGB

 RED value IS 213 (83.59% from 255) = 33.39%

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

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

R = 33.39%
G = 39.97%
B = 26.65%

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

#D5FFAA (or 0xD5FFAA) is known color: Reef. HEX triplet: D5, FF and AA. RGB value is (213,255,170). Sum of RGB (Red+Green+Blue) = 213+255+170=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 170 (66.80% from 255 or 26.65% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FFAA is #2A0055. Grayscale: #E9E9E9. Windows color (decimal): -2752598 or 11206613. OLE color: 11206613.

HSL color Cylindrical-coordinate representation of color #D5FFAA: hue angle of 89.65º 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 #D5FFAA is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 213 255 170 -
CMYK 0.16 0 0.33 0
HSL 89.65º 1% 0.83% -
HSV(B) 89.65º 0.33% 1% -
XYZ 70.46 88.57 51.41 -
YUV 232.75 92.59 113.91 -
System Red Green Blue C M Y K H S L
Decimal 213 255 170 0.16 0 0.33 0 89.65 1 0.83
Hex D5 FF AA 10 0 21 0 5A 64 53
Octal 325 377 252 20 0 41 0 132 144 123
Binary 11010101 11111111 10101010 10000 0 100001 0 1011010 1100100 1010011

Color Harmonies of #D5FFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FFAA

Black with #D5FFAA

Text Example


Text Example

White with #D5FFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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