#C0F3BB

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

Shades of Tea Green #C0F3BB

Tints of Tea Green #C0F3BB

Color information

#C0F3BB (or 0xC0F3BB) is unknown color: approx Tea Green. HEX triplet: C0, F3 and BB. RGB value is (192,243,187). Sum of RGB (Red+Green+Blue) = 192+243+187=622 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.87% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F3BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F3BB is #3F0C44. Grayscale: #DDDDDD. Windows color (decimal): -4131909 or 12317632. OLE color: 12317632.

HSL color Cylindrical-coordinate representation of color #C0F3BB: hue angle of 114.64º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0F3BB is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB192243187-
CMYK0.2100.230.05
HSL114.64º70%84.31%-
HSV(B)114.64º23.05%95.29%-
XYZ62.7678.958.93-
YUV221.37108.6107.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.87%
GREEN value IS 243 (95.31% from 255) = 39.07%
BLUE value IS 187 (73.44% from 255) = 30.06%
R=30.87%
G=39.07%
B=30.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922431870.2100.230.05114.647084.31
HexC0F3BB150175734654
Octal300363273250275163106124
Binary11000000111100111011101110101010111101111001110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F3BB; }

 p { color: rgb(192,243,187); }

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

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

 a { background-color: rgb(192,243,187); }

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

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

 span { border-color: rgb(192,243,187); }

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