#DFF3A0

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

Shades of Reef #DFF3A0

Tints of Reef #DFF3A0

Color information

#DFF3A0 (or 0xDFF3A0) is unknown color: approx Reef. HEX triplet: DF, F3 and A0. RGB value is (223,243,160). Sum of RGB (Red+Green+Blue) = 223+243+160=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 243 (95.31% from 255 or 38.82% from 626); Blue value is 160 (62.89% from 255 or 25.56% from 626); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF3A0 is #200C5F. Grayscale: #E3E3E3. Windows color (decimal): -2100320 or 10548191. OLE color: 10548191.

HSL color Cylindrical-coordinate representation of color #DFF3A0: hue angle of 74.46º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFF3A0 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB223243160-
CMYK0.0800.340.05
HSL74.46º77.57%79.02%-
HSV(B)74.46º34.16%95.29%-
XYZ68.8382.3345.52-
YUV227.5689.87124.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.62%
GREEN value IS 243 (95.31% from 255) = 38.82%
BLUE value IS 160 (62.89% from 255) = 25.56%
R=35.62%
G=38.82%
B=25.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232431600.0800.340.0574.4677.5779.02
HexDFF3A0802254a4e4f
Octal337363240100425112116117
Binary11011111111100111010000010000100010101100101010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF3A0; }

 p { color: rgb(223,243,160); }

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

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

 a { background-color: rgb(223,243,160); }

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

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

 span { border-color: rgb(223,243,160); }

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