#0BC4B0

Color #0BC4B0 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #0BC4B0

Tints of Light Sea Green #0BC4B0

Color information

#0BC4B0 (or 0x0BC4B0) is unknown color: approx Light Sea Green. HEX triplet: 0B, C4 and B0. RGB value is (11,196,176). Sum of RGB (Red+Green+Blue) = 11+196+176=383 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.87% from 383); Green value is 196 (76.95% from 255 or 51.17% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 196 - color contains mainly: green. Hex color #0BC4B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC4B0 is #F43B4F. Grayscale: #8A8A8A. Windows color (decimal): -16005968 or 11584523. OLE color: 11584523.

HSL color Cylindrical-coordinate representation of color #0BC4B0: hue angle of 173.51º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC4B0 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB11196176-
CMYK0.9400.100.23
HSL173.51º89.37%40.59%-
HSV(B)173.51º94.39%76.86%-
XYZ27.7142.6947.85-
YUV138.4149.2137.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.87%
GREEN value IS 196 (76.95% from 255) = 51.17%
BLUE value IS 176 (69.14% from 255) = 45.95%
R=2.87%
G=51.17%
B=45.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal111961760.9400.100.23173.5189.3740.59
HexBC4B05E0A17ae5929
Octal133042601360122725613151
Binary1011110001001011000010111100101010111101011101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BC4B0; }

 p { color: rgb(11,196,176); }

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

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

 a { background-color: rgb(11,196,176); }

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

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

 span { border-color: rgb(11,196,176); }

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