Html Css Color HEX #DAF3A0 Reef

📋 copy color: '#DAF3A0'

red 218 ◦ green 243 ◦ blue 160

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

Shades of Reef #DAF3A0

Tints of Reef #DAF3A0

RGB

 RED value IS 218 (85.55% from 255) = 35.1%

 GREEN value IS 243 (95.31% from 255) = 39.13%

 BLUE value IS 160 (62.89% from 255) = 25.76%

R = 35.1%
G = 39.13%
B = 25.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#DAF3A0 (or 0xDAF3A0) is known color: Reef. HEX triplet: DA, F3 and A0. RGB value is (218,243,160). Sum of RGB (Red+Green+Blue) = 218+243+160=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 243 (95.31% from 255 or 39.13% from 621); Blue value is 160 (62.89% from 255 or 25.76% from 621); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF3A0 is #250C5F. Grayscale: #E2E2E2. Windows color (decimal): -2428000 or 10548186. OLE color: 10548186.

HSL color Cylindrical-coordinate representation of color #DAF3A0: hue angle of 78.07º 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 #DAF3A0 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 243 160 -
CMYK 0.10 0 0.34 0.05
HSL 78.07º 0.78% 0.79% -
HSV(B) 78.07º 0.34% 0.95% -
XYZ 67.31 81.54 45.45 -
YUV 226.06 90.72 122.25 -
System Red Green Blue C M Y K H S L
Decimal 218 243 160 0.10 0 0.34 0.05 78.07 0.78 0.79
Hex DA F3 A0 A 0 22 5 4E 4E 4F
Octal 332 363 240 12 0 42 5 116 116 117
Binary 11011010 11110011 10100000 1010 0 100010 101 1001110 1001110 1001111

Color Harmonies of #DAF3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF3A0

Black with #DAF3A0

Text Example


Text Example

White with #DAF3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF3A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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