#CFE9B4

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

Shades of Tea Green #CFE9B4

Tints of Tea Green #CFE9B4

Color information

#CFE9B4 (or 0xCFE9B4) is unknown color: approx Tea Green. HEX triplet: CF, E9 and B4. RGB value is (207,233,180). Sum of RGB (Red+Green+Blue) = 207+233+180=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 233 (91.41% from 255 or 37.58% from 620); Blue value is 180 (70.70% from 255 or 29.03% from 620); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE9B4 is #30164B. Grayscale: #DBDBDB. Windows color (decimal): -3151436 or 11856335. OLE color: 11856335.

HSL color Cylindrical-coordinate representation of color #CFE9B4: hue angle of 89.43º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFE9B4 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB207233180-
CMYK0.1100.230.09
HSL89.43º54.64%80.98%-
HSV(B)89.43º22.75%91.37%-
XYZ63.1174.8454.3-
YUV219.18105.89119.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.39%
GREEN value IS 233 (91.41% from 255) = 37.58%
BLUE value IS 180 (70.70% from 255) = 29.03%
R=33.39%
G=37.58%
B=29.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072331800.1100.230.0989.4354.6480.98
HexCFE9B4B0179593751
Octal317351264130271113167121
Binary1100111111101001101101001011010111100110110011101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE9B4; }

 p { color: rgb(207,233,180); }

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

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

 a { background-color: rgb(207,233,180); }

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

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

 span { border-color: rgb(207,233,180); }

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