#CDEFBA

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

Shades of Tea Green #CDEFBA

Tints of Tea Green #CDEFBA

Color information

#CDEFBA (or 0xCDEFBA) is unknown color: approx Tea Green. HEX triplet: CD, EF and BA. RGB value is (205,239,186). Sum of RGB (Red+Green+Blue) = 205+239+186=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFBA is #321045. Grayscale: #DEDEDE. Windows color (decimal): -3280966 or 12251085. OLE color: 12251085.

HSL color Cylindrical-coordinate representation of color #CDEFBA: hue angle of 98.49º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDEFBA is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB205239186-
CMYK0.1400.220.06
HSL98.49º62.35%83.33%-
HSV(B)98.49º22.18%93.73%-
XYZ64.9178.2658.14-
YUV222.79107.24115.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.54%
GREEN value IS 239 (93.75% from 255) = 37.94%
BLUE value IS 186 (73.05% from 255) = 29.52%
R=32.54%
G=37.94%
B=29.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052391860.1400.220.0698.4962.3583.33
HexCDEFBAE0166623e53
Octal31535727216026614276123
Binary110011011110111110111010111001011011011000101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFBA; }

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

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

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

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

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

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

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

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