#CDEFB2

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

Shades of Tea Green #CDEFB2

Tints of Tea Green #CDEFB2

Color information

#CDEFB2 (or 0xCDEFB2) is unknown color: approx Tea Green. HEX triplet: CD, EF and B2. RGB value is (205,239,178). Sum of RGB (Red+Green+Blue) = 205+239+178=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 178 (69.92% from 255 or 28.62% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEFB2 is #32104D. Grayscale: #DEDEDE. Windows color (decimal): -3280974 or 11726797. OLE color: 11726797.

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

Color convert

RGB205239178-
CMYK0.1400.260.06
HSL93.44º65.59%81.76%-
HSV(B)93.44º25.52%93.73%-
XYZ64.0877.9353.78-
YUV221.88103.24115.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.96%
GREEN value IS 239 (93.75% from 255) = 38.42%
BLUE value IS 178 (69.92% from 255) = 28.62%
R=32.96%
G=38.42%
B=28.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052391780.1400.260.0693.4465.5981.76
HexCDEFB2E01A65d4252
Octal315357262160326135102122
Binary1100110111101111101100101110011010110101110110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFB2; }

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

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

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

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

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

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

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

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