#C0F8BC

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

Shades of Tea Green #C0F8BC

Tints of Tea Green #C0F8BC

Color information

#C0F8BC (or 0xC0F8BC) is unknown color: approx Tea Green. HEX triplet: C0, F8 and BC. RGB value is (192,248,188). Sum of RGB (Red+Green+Blue) = 192+248+188=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 248 (97.27% from 255 or 39.49% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F8BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F8BC is #3F0743. Grayscale: #E0E0E0. Windows color (decimal): -4130628 or 12384448. OLE color: 12384448.

HSL color Cylindrical-coordinate representation of color #C0F8BC: hue angle of 116º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0F8BC is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB192248188-
CMYK0.2300.240.03
HSL116º81.08%85.49%-
HSV(B)116º24.19%97.25%-
XYZ64.3881.9760.01-
YUV224.42107.45104.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.57%
GREEN value IS 248 (97.27% from 255) = 39.49%
BLUE value IS 188 (73.83% from 255) = 29.94%
R=30.57%
G=39.49%
B=29.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1922481880.2300.240.0311681.0885.49
HexC0F8BC170183745155
Octal300370274270303164121125
Binary1100000011111000101111001011101100011111010010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F8BC; }

 p { color: rgb(192,248,188); }

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

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

 a { background-color: rgb(192,248,188); }

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

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

 span { border-color: rgb(192,248,188); }

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