Html Css Color HEX #D4FAAA Reef

📋 copy color: '#D4FAAA'

red 212 ◦ green 250 ◦ blue 170

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

Shades of Reef #D4FAAA

Tints of Reef #D4FAAA

RGB

 RED value IS 212 (83.2% from 255) = 33.54%

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

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

R = 33.54%
G = 39.56%
B = 26.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#D4FAAA (or 0xD4FAAA) is known color: Reef. HEX triplet: D4, FA and AA. RGB value is (212,250,170). Sum of RGB (Red+Green+Blue) = 212+250+170=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 170 (66.80% from 255 or 26.90% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FAAA is #2B0555. Grayscale: #E5E5E5. Windows color (decimal): -2819414 or 11205332. OLE color: 11205332.

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

Color convert

RGB 212 250 170 -
CMYK 0.15 0 0.32 0.02
HSL 88.5º 0.89% 0.82% -
HSV(B) 88.5º 0.32% 0.98% -
XYZ 68.59 85.27 50.87 -
YUV 229.52 94.41 115.5 -
System Red Green Blue C M Y K H S L
Decimal 212 250 170 0.15 0 0.32 0.02 88.5 0.89 0.82
Hex D4 FA AA F 0 20 2 58 59 52
Octal 324 372 252 17 0 40 2 130 131 122
Binary 11010100 11111010 10101010 1111 0 100000 10 1011000 1011001 1010010

Color Harmonies of #D4FAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FAAA

Black with #D4FAAA

Text Example


Text Example

White with #D4FAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FAAA; }

 p { color: rgb(212,250,170); }

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

background-color css

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

 a { background-color: rgb(212,250,170); }

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

border-color css

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

 span { border-color: rgb(212,250,170); }

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