#DCF5AA

Color #DCF5AA Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DCF5AA

Tints of Reef #DCF5AA

Color information

#DCF5AA (or 0xDCF5AA) is unknown color: approx Reef. HEX triplet: DC, F5 and AA. RGB value is (220,245,170). Sum of RGB (Red+Green+Blue) = 220+245+170=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 245 (96.09% from 255 or 38.58% from 635); Blue value is 170 (66.80% from 255 or 26.77% from 635); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF5AA is #230A55. Grayscale: #E5E5E5. Windows color (decimal): -2296406 or 11204060. OLE color: 11204060.

HSL color Cylindrical-coordinate representation of color #DCF5AA: hue angle of 80º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCF5AA is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB220245170-
CMYK0.1000.310.04
HSL80º78.95%81.37%-
HSV(B)80º30.61%96.08%-
XYZ69.4283.4250.47-
YUV228.9894.72121.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.65%
GREEN value IS 245 (96.09% from 255) = 38.58%
BLUE value IS 170 (66.80% from 255) = 26.77%
R=34.65%
G=38.58%
B=26.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202451700.1000.310.048078.9581.37
HexDCF5AAA01F4504f51
Octal334365252120374120117121
Binary1101110011110101101010101010011111100101000010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF5AA; }

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

 H1.HeaderClassName
 {
   color: #DCF5AA;
 }
 .AnyTagClassName
 {
   color: #DCF5AA;
 }
</style>
background-color css

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

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

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

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

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

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