#CFE8B3

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

Shades of Tea Green #CFE8B3

Tints of Tea Green #CFE8B3

Color information

#CFE8B3 (or 0xCFE8B3) is unknown color: approx Tea Green. HEX triplet: CF, E8 and B3. RGB value is (207,232,179). Sum of RGB (Red+Green+Blue) = 207+232+179=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 179 (70.31% from 255 or 28.96% from 618); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8B3 is #30174C. Grayscale: #DADADA. Windows color (decimal): -3151693 or 11790543. OLE color: 11790543.

HSL color Cylindrical-coordinate representation of color #CFE8B3: hue angle of 88.3º degrees, saturation: 0.54, 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 #CFE8B3 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB207232179-
CMYK0.1100.230.09
HSL88.3º53.54%80.59%-
HSV(B)88.3º22.84%90.98%-
XYZ62.7374.2353.67-
YUV218.48105.72119.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.50%
GREEN value IS 232 (91.02% from 255) = 37.54%
BLUE value IS 179 (70.31% from 255) = 28.96%
R=33.50%
G=37.54%
B=28.96%

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
Decimal2072321790.1100.230.0988.353.5480.59
HexCFE8B3B0179583651
Octal317350263130271113066121
Binary1100111111101000101100111011010111100110110001101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE8B3; }

 p { color: rgb(207,232,179); }

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

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

 a { background-color: rgb(207,232,179); }

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

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

 span { border-color: rgb(207,232,179); }

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