Html Css Color HEX #0AC1AF Light Sea Green

📋 copy color: '#0AC1AF'

red 10 ◦ green 193 ◦ blue 175

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

Shades of Light Sea Green #0AC1AF

Tints of Light Sea Green #0AC1AF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.06%

 BLUE value IS 175 (68.75% from 255) = 46.3%

R = 2.65%
G = 51.06%
B = 46.3%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#0AC1AF (or 0x0AC1AF) is known color: Light Sea Green. HEX triplet: 0A, C1 and AF. RGB value is (10,193,175). Sum of RGB (Red+Green+Blue) = 10+193+175=378 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC1AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC1AF is #F53E50. Grayscale: #888888. Windows color (decimal): -16072273 or 11518218. OLE color: 11518218.

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

Color convert

RGB 10 193 175 -
CMYK 0.95 0 0.09 0.24
HSL 174.1º 0.9% 0.4% -
HSV(B) 174.1º 0.95% 0.76% -
XYZ 26.93 41.3 47.11 -
YUV 136.23 149.87 37.96 -
System Red Green Blue C M Y K H S L
Decimal 10 193 175 0.95 0 0.09 0.24 174.1 0.9 0.4
Hex A C1 AF 5F 0 9 18 AE 5A 28
Octal 12 301 257 137 0 11 30 256 132 50
Binary 1010 11000001 10101111 1011111 0 1001 11000 10101110 1011010 101000

Color Harmonies of #0AC1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC1AF

Black with #0AC1AF

Text Example


Text Example

White with #0AC1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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