Html Css Color HEX #DCFCBB Tea Green

📋 copy color: '#DCFCBB'

red 220 ◦ green 252 ◦ blue 187

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

Shades of Tea Green #DCFCBB

Tints of Tea Green #DCFCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 28.38%

R = 33.38%
G = 38.24%
B = 28.38%

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

#DCFCBB (or 0xDCFCBB) is known color: Tea Green. HEX triplet: DC, FC and BB. RGB value is (220,252,187). Sum of RGB (Red+Green+Blue) = 220+252+187=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 187 (73.44% from 255 or 28.38% from 659); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCBB is #230344. Grayscale: #EBEBEB. Windows color (decimal): -2294597 or 12319964. OLE color: 12319964.

HSL color Cylindrical-coordinate representation of color #DCFCBB: hue angle of 89.54º 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 #DCFCBB is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 252 187 -
CMYK 0.13 0 0.26 0.01
HSL 89.54º 0.92% 0.86% -
HSV(B) 89.54º 0.26% 0.99% -
XYZ 73.3 88.42 60.22 -
YUV 235.02 100.9 117.29 -
System Red Green Blue C M Y K H S L
Decimal 220 252 187 0.13 0 0.26 0.01 89.54 0.92 0.86
Hex DC FC BB D 0 1A 1 5A 5C 56
Octal 334 374 273 15 0 32 1 132 134 126
Binary 11011100 11111100 10111011 1101 0 11010 1 1011010 1011100 1010110

Color Harmonies of #DCFCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFCBB

Black with #DCFCBB

Text Example


Text Example

White with #DCFCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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