Html Css Color HEX #D6F0A0 Reef

📋 copy color: '#D6F0A0'

red 214 ◦ green 240 ◦ blue 160

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

Shades of Reef #D6F0A0

Tints of Reef #D6F0A0

RGB

 RED value IS 214 (83.98% from 255) = 34.85%

 GREEN value IS 240 (94.14% from 255) = 39.09%

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

R = 34.85%
G = 39.09%
B = 26.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#D6F0A0 (or 0xD6F0A0) is known color: Reef. HEX triplet: D6, F0 and A0. RGB value is (214,240,160). Sum of RGB (Red+Green+Blue) = 214+240+160=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 160 (62.89% from 255 or 26.06% from 614); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F0A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F0A0 is #290F5F. Grayscale: #DFDFDF. Windows color (decimal): -2690912 or 10547414. OLE color: 10547414.

HSL color Cylindrical-coordinate representation of color #D6F0A0: hue angle of 79.5º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6F0A0 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 240 160 -
CMYK 0.11 0 0.33 0.06
HSL 79.5º 0.73% 0.78% -
HSV(B) 79.5º 0.33% 0.94% -
XYZ 65.24 79.15 45.1 -
YUV 223.11 92.39 121.5 -
System Red Green Blue C M Y K H S L
Decimal 214 240 160 0.11 0 0.33 0.06 79.5 0.73 0.78
Hex D6 F0 A0 B 0 21 6 50 49 4E
Octal 326 360 240 13 0 41 6 120 111 116
Binary 11010110 11110000 10100000 1011 0 100001 110 1010000 1001001 1001110

Color Harmonies of #D6F0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F0A0

Black with #D6F0A0

Text Example


Text Example

White with #D6F0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F0A0; }

 p { color: rgb(214,240,160); }

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

background-color css

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

 a { background-color: rgb(214,240,160); }

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

border-color css

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

 span { border-color: rgb(214,240,160); }

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