Html Css Color HEX #D5FFC0 Tea Green

📋 copy color: '#D5FFC0'

red 213 ◦ green 255 ◦ blue 192

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

Shades of Tea Green #D5FFC0

Tints of Tea Green #D5FFC0

RGB

 RED value IS 213 (83.59% from 255) = 32.27%

 GREEN value IS 255 (100% from 255) = 38.64%

 BLUE value IS 192 (75.39% from 255) = 29.09%

R = 32.27%
G = 38.64%
B = 29.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#D5FFC0 (or 0xD5FFC0) is known color: Tea Green. HEX triplet: D5, FF and C0. RGB value is (213,255,192). Sum of RGB (Red+Green+Blue) = 213+255+192=660 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.27% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 192 (75.39% from 255 or 29.09% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FFC0 is #2A003F. Grayscale: #EBEBEB. Windows color (decimal): -2752576 or 12648405. OLE color: 12648405.

HSL color Cylindrical-coordinate representation of color #D5FFC0: hue angle of 100º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5FFC0 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 213 255 192 -
CMYK 0.16 0 0.25 0
HSL 100º 1% 0.88% -
HSV(B) 100º 0.25% 1% -
XYZ 72.72 89.47 63.31 -
YUV 235.26 103.59 112.12 -
System Red Green Blue C M Y K H S L
Decimal 213 255 192 0.16 0 0.25 0 100 1 0.88
Hex D5 FF C0 10 0 19 0 64 64 58
Octal 325 377 300 20 0 31 0 144 144 130
Binary 11010101 11111111 11000000 10000 0 11001 0 1100100 1100100 1011000

Color Harmonies of #D5FFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FFC0

Black with #D5FFC0

Text Example


Text Example

White with #D5FFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FFC0; }

 p { color: rgb(213,255,192); }

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

background-color css

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

 a { background-color: rgb(213,255,192); }

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

border-color css

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

 span { border-color: rgb(213,255,192); }

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