#CDFFBA

Color #CDFFBA Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #CDFFBA

Tints of Tea Green #CDFFBA

Color information

#CDFFBA (or 0xCDFFBA) is unknown color: approx Tea Green. HEX triplet: CD, FF and BA. RGB value is (205,255,186). Sum of RGB (Red+Green+Blue) = 205+255+186=646 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.73% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFFBA is #320045. Grayscale: #E8E8E8. Windows color (decimal): -3276870 or 12255181. OLE color: 12255181.

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

Color convert

RGB205255186-
CMYK0.2000.270
HSL103.48º100%86.47%-
HSV(B)103.48º27.06%100%-
XYZ69.888.0459.77-
YUV232.18101.94108.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.73%
GREEN value IS 255 (100% from 255) = 39.47%
BLUE value IS 186 (73.05% from 255) = 28.79%
R=31.73%
G=39.47%
B=28.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052551860.2000.270103.4810086.47
HexCDFFBA1401B0676456
Octal315377272240330147144126
Binary110011011111111110111010101000110110110011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFFBA; }

 p { color: rgb(205,255,186); }

 H1.HeaderClassName
 {
   color: #CDFFBA;
 }
 .AnyTagClassName
 {
   color: #CDFFBA;
 }
</style>
background-color css

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

 a { background-color: rgb(205,255,186); }

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

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

 span { border-color: rgb(205,255,186); }

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