#C0F1BB

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

Shades of Tea Green #C0F1BB

Tints of Tea Green #C0F1BB

Color information

#C0F1BB (or 0xC0F1BB) is unknown color: approx Tea Green. HEX triplet: C0, F1 and BB. RGB value is (192,241,187). Sum of RGB (Red+Green+Blue) = 192+241+187=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F1BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F1BB is #3F0E44. Grayscale: #DCDCDC. Windows color (decimal): -4132421 or 12317120. OLE color: 12317120.

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

Color convert

RGB192241187-
CMYK0.2000.220.05
HSL114.44º65.85%83.92%-
HSV(B)114.44º22.41%94.51%-
XYZ62.1677.758.74-
YUV220.19109.27107.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.97%
GREEN value IS 241 (94.53% from 255) = 38.87%
BLUE value IS 187 (73.44% from 255) = 30.16%
R=30.97%
G=38.87%
B=30.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922411870.2000.220.05114.4465.8583.92
HexC0F1BB140165724254
Octal300361273240265162102124
Binary11000000111100011011101110100010110101111001010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F1BB; }

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

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

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

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

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

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

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

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