#0abfb3

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

Shades of Light Sea Green #0ABFB3

Tints of Light Sea Green #0ABFB3

Color information

#0ABFB3 (or 0x0ABFB3) is unknown color: approx Light Sea Green. HEX triplet: 0A, BF and B3. RGB value is (10,191,179). Sum of RGB (Red+Green+Blue) = 10+191+179=380 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.63% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 179 (70.31% from 255 or 47.11% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABFB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABFB3 is #F5404C. Grayscale: #878787. Windows color (decimal): -16072781 or 11779850. OLE color: 11779850.

HSL color Cylindrical-coordinate representation of color #0ABFB3: hue angle of 176.02º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABFB3 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB10191179-
CMYK0.9500.060.25
HSL176.02º90.05%39.41%-
HSV(B)176.02º94.76%74.9%-
XYZ26.8940.5849.06-
YUV135.51152.5338.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.63%
GREEN value IS 191 (75% from 255) = 50.26%
BLUE value IS 179 (70.31% from 255) = 47.11%
R=2.63%
G=50.26%
B=47.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101911790.9500.060.25176.0290.0539.41
HexABFB35F0619b05a27
Octal12277263137063126013247
Binary101010111111101100111011111011011001101100001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0abfb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,191,179); }

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

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

 a { background-color: rgb(10,191,179); }

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

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

 span { border-color: rgb(10,191,179); }

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