Html Css Color HEX #DCFCAA Reef

📋 copy color: '#DCFCAA'

red 220 ◦ green 252 ◦ blue 170

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

Shades of Reef #DCFCAA

Tints of Reef #DCFCAA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.25%

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

R = 34.27%
G = 39.25%
B = 26.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#DCFCAA (or 0xDCFCAA) is known color: Reef. HEX triplet: DC, FC and AA. RGB value is (220,252,170). Sum of RGB (Red+Green+Blue) = 220+252+170=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 252 (98.83% from 255 or 39.25% from 642); Blue value is 170 (66.80% from 255 or 26.48% from 642); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFCAA is #230355. Grayscale: #E9E9E9. Windows color (decimal): -2294614 or 11205852. OLE color: 11205852.

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

Color convert

RGB 220 252 170 -
CMYK 0.13 0 0.33 0.01
HSL 83.41º 0.93% 0.83% -
HSV(B) 83.41º 0.33% 0.99% -
XYZ 71.58 87.74 51.19 -
YUV 233.08 92.4 118.67 -
System Red Green Blue C M Y K H S L
Decimal 220 252 170 0.13 0 0.33 0.01 83.41 0.93 0.83
Hex DC FC AA D 0 21 1 53 5D 53
Octal 334 374 252 15 0 41 1 123 135 123
Binary 11011100 11111100 10101010 1101 0 100001 1 1010011 1011101 1010011

Color Harmonies of #DCFCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFCAA

Black with #DCFCAA

Text Example


Text Example

White with #DCFCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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