#CDEFBF

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

Shades of Tea Green #CDEFBF

Tints of Tea Green #CDEFBF

Color information

#CDEFBF (or 0xCDEFBF) is unknown color: approx Tea Green. HEX triplet: CD, EF and BF. RGB value is (205,239,191). Sum of RGB (Red+Green+Blue) = 205+239+191=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFBF is #321040. Grayscale: #DFDFDF. Windows color (decimal): -3280961 or 12578765. OLE color: 12578765.

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

Color convert

RGB205239191-
CMYK0.1400.200.06
HSL102.5º60%84.31%-
HSV(B)102.5º20.08%93.73%-
XYZ65.4578.4760.99-
YUV223.36109.74114.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.28%
GREEN value IS 239 (93.75% from 255) = 37.64%
BLUE value IS 191 (75% from 255) = 30.08%
R=32.28%
G=37.64%
B=30.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052391910.1400.200.06102.56084.31
HexCDEFBFE0146663c54
Octal31535727716024614674124
Binary110011011110111110111111111001010011011001101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFBF; }

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

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

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

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

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

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

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

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