#CFECBD

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

Shades of Tea Green #CFECBD

Tints of Tea Green #CFECBD

Color information

#CFECBD (or 0xCFECBD) is unknown color: approx Tea Green. HEX triplet: CF, EC and BD. RGB value is (207,236,189). Sum of RGB (Red+Green+Blue) = 207+236+189=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECBD is #301342. Grayscale: #DEDEDE. Windows color (decimal): -3150659 or 12446927. OLE color: 12446927.

HSL color Cylindrical-coordinate representation of color #CFECBD: hue angle of 97.02º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFECBD is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB207236189-
CMYK0.1200.200.07
HSL97.02º55.29%83.33%-
HSV(B)97.02º19.92%92.55%-
XYZ64.9176.9359.57-
YUV221.97109.39117.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.75%
GREEN value IS 236 (92.58% from 255) = 37.34%
BLUE value IS 189 (74.22% from 255) = 29.91%
R=32.75%
G=37.34%
B=29.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072361890.1200.200.0797.0255.2983.33
HexCFECBDC0147613753
Octal31735427514024714167123
Binary110011111110110010111101110001010011111000011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECBD; }

 p { color: rgb(207,236,189); }

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

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

 a { background-color: rgb(207,236,189); }

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

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

 span { border-color: rgb(207,236,189); }

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