#CDEFBE

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

Shades of Tea Green #CDEFBE

Tints of Tea Green #CDEFBE

Color information

#CDEFBE (or 0xCDEFBE) is unknown color: approx Tea Green. HEX triplet: CD, EF and BE. RGB value is (205,239,190). Sum of RGB (Red+Green+Blue) = 205+239+190=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFBE is #321041. Grayscale: #DFDFDF. Windows color (decimal): -3280962 or 12513229. OLE color: 12513229.

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

Color convert

RGB205239190-
CMYK0.1400.210.06
HSL101.63º60.49%84.12%-
HSV(B)101.63º20.5%93.73%-
XYZ65.3478.4360.41-
YUV223.25109.24114.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.33%
GREEN value IS 239 (93.75% from 255) = 37.70%
BLUE value IS 190 (74.61% from 255) = 29.97%
R=32.33%
G=37.70%
B=29.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052391900.1400.210.06101.6360.4984.12
HexCDEFBEE0156663c54
Octal31535727616025614674124
Binary110011011110111110111110111001010111011001101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFBE; }

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

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

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

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

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

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

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

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