#DAFA9B

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

Shades of Reef #DAFA9B

Tints of Reef #DAFA9B

Color information

#DAFA9B (or 0xDAFA9B) is unknown color: approx Reef. HEX triplet: DA, FA and 9B. RGB value is (218,250,155). Sum of RGB (Red+Green+Blue) = 218+250+155=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 155 (60.94% from 255 or 24.88% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFA9B is #250564. Grayscale: #E5E5E5. Windows color (decimal): -2426213 or 10222298. OLE color: 10222298.

HSL color Cylindrical-coordinate representation of color #DAFA9B: hue angle of 80.21º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAFA9B is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB218250155-
CMYK0.1300.380.02
HSL80.21º90.48%79.41%-
HSV(B)80.21º38%98.04%-
XYZ69.0285.6443.9-
YUV229.685.9119.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.99%
GREEN value IS 250 (98.05% from 255) = 40.13%
BLUE value IS 155 (60.94% from 255) = 24.88%
R=34.99%
G=40.13%
B=24.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182501550.1300.380.0280.2190.4879.41
HexDAFA9BD0262505a4f
Octal332372233150462120132117
Binary1101101011111010100110111101010011010101000010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFA9B; }

 p { color: rgb(218,250,155); }

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

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

 a { background-color: rgb(218,250,155); }

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

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

 span { border-color: rgb(218,250,155); }

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