Html Css Color HEX #D0FCB2 Tea Green

📋 copy color: '#D0FCB2'

red 208 ◦ green 252 ◦ blue 178

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

Shades of Tea Green #D0FCB2

Tints of Tea Green #D0FCB2

RGB

 RED value IS 208 (81.64% from 255) = 32.6%

 GREEN value IS 252 (98.83% from 255) = 39.5%

 BLUE value IS 178 (69.92% from 255) = 27.9%

R = 32.6%
G = 39.5%
B = 27.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#D0FCB2 (or 0xD0FCB2) is known color: Tea Green. HEX triplet: D0, FC and B2. RGB value is (208,252,178). Sum of RGB (Red+Green+Blue) = 208+252+178=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 178 (69.92% from 255 or 27.90% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FCB2 is #2F034D. Grayscale: #E6E6E6. Windows color (decimal): -3081038 or 11730128. OLE color: 11730128.

HSL color Cylindrical-coordinate representation of color #D0FCB2: hue angle of 95.68º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0FCB2 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 252 178 -
CMYK 0.17 0 0.29 0.01
HSL 95.68º 0.93% 0.84% -
HSV(B) 95.68º 0.29% 0.99% -
XYZ 68.86 86.25 55.14 -
YUV 230.41 98.42 112.02 -
System Red Green Blue C M Y K H S L
Decimal 208 252 178 0.17 0 0.29 0.01 95.68 0.93 0.84
Hex D0 FC B2 11 0 1D 1 60 5C 54
Octal 320 374 262 21 0 35 1 140 134 124
Binary 11010000 11111100 10110010 10001 0 11101 1 1100000 1011100 1010100

Color Harmonies of #D0FCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FCB2

Black with #D0FCB2

Text Example


Text Example

White with #D0FCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FCB2; }

 p { color: rgb(208,252,178); }

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

background-color css

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

 a { background-color: rgb(208,252,178); }

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

border-color css

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

 span { border-color: rgb(208,252,178); }

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