#DEF6AF

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

Shades of Reef #DEF6AF

Tints of Reef #DEF6AF

Color information

#DEF6AF (or 0xDEF6AF) is unknown color: approx Reef. HEX triplet: DE, F6 and AF. RGB value is (222,246,175). Sum of RGB (Red+Green+Blue) = 222+246+175=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 246 (96.48% from 255 or 38.26% from 643); Blue value is 175 (68.75% from 255 or 27.22% from 643); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF6AF is #210950. Grayscale: #E6E6E6. Windows color (decimal): -2165073 or 11531998. OLE color: 11531998.

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

Color convert

RGB222246175-
CMYK0.1000.290.04
HSL80.28º79.78%82.55%-
HSV(B)80.28º28.86%96.47%-
XYZ70.8284.5453.14-
YUV230.7396.55121.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.53%
GREEN value IS 246 (96.48% from 255) = 38.26%
BLUE value IS 175 (68.75% from 255) = 27.22%
R=34.53%
G=38.26%
B=27.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222461750.1000.290.0480.2879.7882.55
HexDEF6AFA01D4505053
Octal336366257120354120120123
Binary1101111011110110101011111010011101100101000010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF6AF; }

 p { color: rgb(222,246,175); }

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

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

 a { background-color: rgb(222,246,175); }

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

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

 span { border-color: rgb(222,246,175); }

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