#CDEFB3

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

Shades of Tea Green #CDEFB3

Tints of Tea Green #CDEFB3

Color information

#CDEFB3 (or 0xCDEFB3) is unknown color: approx Tea Green. HEX triplet: CD, EF and B3. RGB value is (205,239,179). Sum of RGB (Red+Green+Blue) = 205+239+179=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 179 (70.31% from 255 or 28.73% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFB3 is #32104C. Grayscale: #DEDEDE. Windows color (decimal): -3280973 or 11792333. OLE color: 11792333.

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

Color convert

RGB205239179-
CMYK0.1400.250.06
HSL94º65.22%81.96%-
HSV(B)94º25.1%93.73%-
XYZ64.1877.9754.31-
YUV221.99103.74115.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.91%
GREEN value IS 239 (93.75% from 255) = 38.36%
BLUE value IS 179 (70.31% from 255) = 28.73%
R=32.91%
G=38.36%
B=28.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052391790.1400.250.069465.2281.96
HexCDEFB3E01965e4152
Octal315357263160316136101122
Binary1100110111101111101100111110011001110101111010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFB3; }

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

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

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

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

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

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

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

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