#CFEEBD

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

Shades of Tea Green #CFEEBD

Tints of Tea Green #CFEEBD

Color information

#CFEEBD (or 0xCFEEBD) is unknown color: approx Tea Green. HEX triplet: CF, EE and BD. RGB value is (207,238,189). Sum of RGB (Red+Green+Blue) = 207+238+189=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEBD is #301142. Grayscale: #DFDFDF. Windows color (decimal): -3150147 or 12447439. OLE color: 12447439.

HSL color Cylindrical-coordinate representation of color #CFEEBD: hue angle of 97.96º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFEEBD is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB207238189-
CMYK0.1300.210.07
HSL97.96º59.04%83.73%-
HSV(B)97.96º20.59%93.33%-
XYZ65.4978.0959.76-
YUV223.14108.73116.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.65%
GREEN value IS 238 (93.36% from 255) = 37.54%
BLUE value IS 189 (74.22% from 255) = 29.81%
R=32.65%
G=37.54%
B=29.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072381890.1300.210.0797.9659.0483.73
HexCFEEBDD0157623b54
Octal31735627515025714273124
Binary110011111110111010111101110101010111111000101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEEBD; }

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

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

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

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

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

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

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

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