Html Css Color HEX #DCF9AA Reef

📋 copy color: '#DCF9AA'

red 220 ◦ green 249 ◦ blue 170

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

Shades of Reef #DCF9AA

Tints of Reef #DCF9AA

RGB

 RED value IS 220 (86.33% from 255) = 34.43%

 GREEN value IS 249 (97.66% from 255) = 38.97%

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

R = 34.43%
G = 38.97%
B = 26.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#DCF9AA (or 0xDCF9AA) is known color: Reef. HEX triplet: DC, F9 and AA. RGB value is (220,249,170). Sum of RGB (Red+Green+Blue) = 220+249+170=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 170 (66.80% from 255 or 26.60% from 639); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF9AA is #230655. Grayscale: #E7E7E7. Windows color (decimal): -2295382 or 11205084. OLE color: 11205084.

HSL color Cylindrical-coordinate representation of color #DCF9AA: hue angle of 82.03º degrees, saturation: 0.87, 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 #DCF9AA is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 249 170 -
CMYK 0.12 0 0.32 0.02
HSL 82.03º 0.87% 0.82% -
HSV(B) 82.03º 0.32% 0.98% -
XYZ 70.65 85.87 50.88 -
YUV 231.32 93.39 119.92 -
System Red Green Blue C M Y K H S L
Decimal 220 249 170 0.12 0 0.32 0.02 82.03 0.87 0.82
Hex DC F9 AA C 0 20 2 52 57 52
Octal 334 371 252 14 0 40 2 122 127 122
Binary 11011100 11111001 10101010 1100 0 100000 10 1010010 1010111 1010010

Color Harmonies of #DCF9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF9AA

Black with #DCF9AA

Text Example


Text Example

White with #DCF9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF9AA; }

 p { color: rgb(220,249,170); }

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

background-color css

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

 a { background-color: rgb(220,249,170); }

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

border-color css

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

 span { border-color: rgb(220,249,170); }

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