#CFEEB9

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

Shades of Tea Green #CFEEB9

Tints of Tea Green #CFEEB9

Color information

#CFEEB9 (or 0xCFEEB9) is unknown color: approx Tea Green. HEX triplet: CF, EE and B9. RGB value is (207,238,185). Sum of RGB (Red+Green+Blue) = 207+238+185=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 185 (72.66% from 255 or 29.37% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEB9 is #301146. Grayscale: #DEDEDE. Windows color (decimal): -3150151 or 12185295. OLE color: 12185295.

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

Color convert

RGB207238185-
CMYK0.1300.220.07
HSL95.09º60.92%82.94%-
HSV(B)95.09º22.27%93.33%-
XYZ65.0677.9257.51-
YUV222.69106.73116.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.86%
GREEN value IS 238 (93.36% from 255) = 37.78%
BLUE value IS 185 (72.66% from 255) = 29.37%
R=32.86%
G=37.78%
B=29.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072381850.1300.220.0795.0960.9282.94
HexCFEEB9D01675f3d53
Octal31735627115026713775123
Binary110011111110111010111001110101011011110111111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEEB9; }

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

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

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

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

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

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

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

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