Html Css Color HEX #D6F3A0 Reef

📋 copy color: '#D6F3A0'

red 214 ◦ green 243 ◦ blue 160

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

Shades of Reef #D6F3A0

Tints of Reef #D6F3A0

RGB

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

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

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

R = 34.68%
G = 39.38%
B = 25.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#D6F3A0 (or 0xD6F3A0) is known color: Reef. HEX triplet: D6, F3 and A0. RGB value is (214,243,160). Sum of RGB (Red+Green+Blue) = 214+243+160=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 243 (95.31% from 255 or 39.38% from 617); Blue value is 160 (62.89% from 255 or 25.93% from 617); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F3A0 is #290C5F. Grayscale: #E1E1E1. Windows color (decimal): -2690144 or 10548182. OLE color: 10548182.

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

Color convert

RGB 214 243 160 -
CMYK 0.12 0 0.34 0.05
HSL 80.96º 0.78% 0.79% -
HSV(B) 80.96º 0.34% 0.95% -
XYZ 66.13 80.94 45.39 -
YUV 224.87 91.39 120.25 -
System Red Green Blue C M Y K H S L
Decimal 214 243 160 0.12 0 0.34 0.05 80.96 0.78 0.79
Hex D6 F3 A0 C 0 22 5 51 4E 4F
Octal 326 363 240 14 0 42 5 121 116 117
Binary 11010110 11110011 10100000 1100 0 100010 101 1010001 1001110 1001111

Color Harmonies of #D6F3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F3A0

Black with #D6F3A0

Text Example


Text Example

White with #D6F3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F3A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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