#0ac1b0

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

Shades of Light Sea Green #0AC1B0

Tints of Light Sea Green #0AC1B0

Color information

#0AC1B0 (or 0x0AC1B0) is unknown color: approx Light Sea Green. HEX triplet: 0A, C1 and B0. RGB value is (10,193,176). Sum of RGB (Red+Green+Blue) = 10+193+176=379 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.64% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 176 (69.14% from 255 or 46.44% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC1B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC1B0 is #F53E4F. Grayscale: #888888. Windows color (decimal): -16072272 or 11583754. OLE color: 11583754.

HSL color Cylindrical-coordinate representation of color #0AC1B0: hue angle of 174.43º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC1B0 is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB10193176-
CMYK0.9500.090.24
HSL174.43º90.15%39.8%-
HSV(B)174.43º94.82%75.69%-
XYZ27.0341.3447.63-
YUV136.34150.3737.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.64%
GREEN value IS 193 (75.78% from 255) = 50.92%
BLUE value IS 176 (69.14% from 255) = 46.44%
R=2.64%
G=50.92%
B=46.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal101931760.9500.090.24174.4390.1539.8
HexAC1B05F0918ae5a28
Octal123012601370113025613250
Binary1010110000011011000010111110100111000101011101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ac1b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,193,176); }

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

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

 a { background-color: rgb(10,193,176); }

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

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

 span { border-color: rgb(10,193,176); }

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