#CBEAC0

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

Shades of Tea Green #CBEAC0

Tints of Tea Green #CBEAC0

Color information

#CBEAC0 (or 0xCBEAC0) is unknown color: approx Tea Green. HEX triplet: CB, EA and C0. RGB value is (203,234,192). Sum of RGB (Red+Green+Blue) = 203+234+192=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEAC0 is #34153F. Grayscale: #DCDCDC. Windows color (decimal): -3413312 or 12643019. OLE color: 12643019.

HSL color Cylindrical-coordinate representation of color #CBEAC0: hue angle of 104.29º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBEAC0 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB203234192-
CMYK0.1300.180.08
HSL104.29º50%83.53%-
HSV(B)104.29º17.95%91.76%-
XYZ63.5775.3561.06-
YUV219.94112.23115.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.27%
GREEN value IS 234 (91.80% from 255) = 37.20%
BLUE value IS 192 (75.39% from 255) = 30.52%
R=32.27%
G=37.20%
B=30.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032341920.1300.180.08104.295083.53
HexCBEAC0D0128683254
Octal313352300150221015062124
Binary1100101111101010110000001101010010100011010001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEAC0; }

 p { color: rgb(203,234,192); }

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

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

 a { background-color: rgb(203,234,192); }

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

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

 span { border-color: rgb(203,234,192); }

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