Html Css Color HEX #DCFCBA Tea Green

📋 copy color: '#DCFCBA'

red 220 ◦ green 252 ◦ blue 186

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

Shades of Tea Green #DCFCBA

Tints of Tea Green #DCFCBA

RGB

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

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

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

R = 33.43%
G = 38.3%
B = 28.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#DCFCBA (or 0xDCFCBA) is known color: Tea Green. HEX triplet: DC, FC and BA. RGB value is (220,252,186). Sum of RGB (Red+Green+Blue) = 220+252+186=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 186 (73.05% from 255 or 28.27% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCBA is #230345. Grayscale: #EBEBEB. Windows color (decimal): -2294598 or 12254428. OLE color: 12254428.

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

Color convert

RGB 220 252 186 -
CMYK 0.13 0 0.26 0.01
HSL 89.09º 0.92% 0.86% -
HSV(B) 89.09º 0.26% 0.99% -
XYZ 73.19 88.38 59.66 -
YUV 234.91 100.4 117.37 -
System Red Green Blue C M Y K H S L
Decimal 220 252 186 0.13 0 0.26 0.01 89.09 0.92 0.86
Hex DC FC BA D 0 1A 1 59 5C 56
Octal 334 374 272 15 0 32 1 131 134 126
Binary 11011100 11111100 10111010 1101 0 11010 1 1011001 1011100 1010110

Color Harmonies of #DCFCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFCBA

Black with #DCFCBA

Text Example


Text Example

White with #DCFCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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