Html Css Color HEX #D0FCAD Tea Green

📋 copy color: '#D0FCAD'

red 208 ◦ green 252 ◦ blue 173

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

Shades of Tea Green #D0FCAD

Tints of Tea Green #D0FCAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.33%

R = 32.86%
G = 39.81%
B = 27.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#D0FCAD (or 0xD0FCAD) is known color: Tea Green. HEX triplet: D0, FC and AD. RGB value is (208,252,173). Sum of RGB (Red+Green+Blue) = 208+252+173=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FCAD is #2F0352. Grayscale: #E6E6E6. Windows color (decimal): -3081043 or 11402448. OLE color: 11402448.

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

Color convert

RGB 208 252 173 -
CMYK 0.17 0 0.31 0.01
HSL 93.42º 0.93% 0.83% -
HSV(B) 93.42º 0.31% 0.99% -
XYZ 68.37 86.05 52.54 -
YUV 229.84 95.92 112.42 -
System Red Green Blue C M Y K H S L
Decimal 208 252 173 0.17 0 0.31 0.01 93.42 0.93 0.83
Hex D0 FC AD 11 0 1F 1 5D 5D 53
Octal 320 374 255 21 0 37 1 135 135 123
Binary 11010000 11111100 10101101 10001 0 11111 1 1011101 1011101 1010011

Color Harmonies of #D0FCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FCAD

Black with #D0FCAD

Text Example


Text Example

White with #D0FCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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