Html Css Color HEX #0ABFAC Light Sea Green

📋 copy color: '#0ABFAC'

red 10 ◦ green 191 ◦ blue 172

#0ABFAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #0ABFAC

Tints of Light Sea Green #0ABFAC

RGB

 RED value IS 10 (4.3% from 255) = 2.68%

 GREEN value IS 191 (75% from 255) = 51.21%

 BLUE value IS 172 (67.58% from 255) = 46.11%

R = 2.68%
G = 51.21%
B = 46.11%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#0ABFAC (or 0x0ABFAC) is known color: Light Sea Green. HEX triplet: 0A, BF and AC. RGB value is (10,191,172). Sum of RGB (Red+Green+Blue) = 10+191+172=373 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.68% from 373); Green value is 191 (75% from 255 or 51.21% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABFAC is #F54053. Grayscale: #868686. Windows color (decimal): -16072788 or 11321098. OLE color: 11321098.

HSL color Cylindrical-coordinate representation of color #0ABFAC: hue angle of 173.7º 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 #0ABFAC is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 191 172 -
CMYK 0.95 0 0.10 0.25
HSL 173.7º 0.9% 0.39% -
HSV(B) 173.7º 0.95% 0.75% -
XYZ 26.2 40.3 45.43 -
YUV 134.72 149.03 39.04 -
System Red Green Blue C M Y K H S L
Decimal 10 191 172 0.95 0 0.10 0.25 173.7 0.9 0.39
Hex A BF AC 5F 0 A 19 AE 5A 27
Octal 12 277 254 137 0 12 31 256 132 47
Binary 1010 10111111 10101100 1011111 0 1010 11001 10101110 1011010 100111

Color Harmonies of #0ABFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABFAC

Black with #0ABFAC

Text Example


Text Example

White with #0ABFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0ABFAC;
 }
 .AnyTagClassName
 {
   color: #0ABFAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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