Html Css Color HEX #DCFBBA Tea Green

📋 copy color: '#DCFBBA'

red 220 ◦ green 251 ◦ blue 186

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

Shades of Tea Green #DCFBBA

Tints of Tea Green #DCFBBA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.2%

 BLUE value IS 186 (73.05% from 255) = 28.31%

R = 33.49%
G = 38.2%
B = 28.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#DCFBBA (or 0xDCFBBA) is known color: Tea Green. HEX triplet: DC, FB and BA. RGB value is (220,251,186). Sum of RGB (Red+Green+Blue) = 220+251+186=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 186 (73.05% from 255 or 28.31% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBBA is #230445. Grayscale: #EAEAEA. Windows color (decimal): -2294854 or 12254172. OLE color: 12254172.

HSL color Cylindrical-coordinate representation of color #DCFBBA: hue angle of 88.62º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCFBBA is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 251 186 -
CMYK 0.12 0 0.26 0.02
HSL 88.62º 0.89% 0.86% -
HSV(B) 88.62º 0.26% 0.98% -
XYZ 72.88 87.76 59.55 -
YUV 234.32 100.73 117.79 -
System Red Green Blue C M Y K H S L
Decimal 220 251 186 0.12 0 0.26 0.02 88.62 0.89 0.86
Hex DC FB BA C 0 1A 2 59 59 56
Octal 334 373 272 14 0 32 2 131 131 126
Binary 11011100 11111011 10111010 1100 0 11010 10 1011001 1011001 1010110

Color Harmonies of #DCFBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFBBA

Black with #DCFBBA

Text Example


Text Example

White with #DCFBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFBBA; }

 p { color: rgb(220,251,186); }

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

background-color css

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

 a { background-color: rgb(220,251,186); }

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

border-color css

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

 span { border-color: rgb(220,251,186); }

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