Html Css Color HEX #DCFCB5 Tea Green

📋 copy color: '#DCFCB5'

red 220 ◦ green 252 ◦ blue 181

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

Shades of Tea Green #DCFCB5

Tints of Tea Green #DCFCB5

RGB

 RED value IS 220 (86.33% from 255) = 33.69%

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

 BLUE value IS 181 (71.09% from 255) = 27.72%

R = 33.69%
G = 38.59%
B = 27.72%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#DCFCB5 (or 0xDCFCB5) is known color: Tea Green. HEX triplet: DC, FC and B5. RGB value is (220,252,181). Sum of RGB (Red+Green+Blue) = 220+252+181=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 252 (98.83% from 255 or 38.59% from 653); Blue value is 181 (71.09% from 255 or 27.72% from 653); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCB5 is #23034A. Grayscale: #EAEAEA. Windows color (decimal): -2294603 or 11926748. OLE color: 11926748.

HSL color Cylindrical-coordinate representation of color #DCFCB5: hue angle of 87.04º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCFCB5 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 252 181 -
CMYK 0.13 0 0.28 0.01
HSL 87.04º 0.92% 0.85% -
HSV(B) 87.04º 0.28% 0.99% -
XYZ 72.67 88.17 56.91 -
YUV 234.34 97.9 117.77 -
System Red Green Blue C M Y K H S L
Decimal 220 252 181 0.13 0 0.28 0.01 87.04 0.92 0.85
Hex DC FC B5 D 0 1C 1 57 5C 55
Octal 334 374 265 15 0 34 1 127 134 125
Binary 11011100 11111100 10110101 1101 0 11100 1 1010111 1011100 1010101

Color Harmonies of #DCFCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFCB5

Black with #DCFCB5

Text Example


Text Example

White with #DCFCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFCB5; }

 p { color: rgb(220,252,181); }

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

background-color css

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

 a { background-color: rgb(220,252,181); }

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

border-color css

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

 span { border-color: rgb(220,252,181); }

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