Html Css Color HEX #0AC1AD Light Sea Green

📋 copy color: '#0AC1AD'

red 10 ◦ green 193 ◦ blue 173

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

Shades of Light Sea Green #0AC1AD

Tints of Light Sea Green #0AC1AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.01%

R = 2.66%
G = 51.33%
B = 46.01%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#0AC1AD (or 0x0AC1AD) is known color: Light Sea Green. HEX triplet: 0A, C1 and AD. RGB value is (10,193,173). Sum of RGB (Red+Green+Blue) = 10+193+173=376 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.66% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC1AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC1AD is #F53E52. Grayscale: #878787. Windows color (decimal): -16072275 or 11387146. OLE color: 11387146.

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

Color convert

RGB 10 193 173 -
CMYK 0.95 0 0.10 0.24
HSL 173.44º 0.9% 0.4% -
HSV(B) 173.44º 0.95% 0.76% -
XYZ 26.74 41.22 46.08 -
YUV 136 148.87 38.13 -
System Red Green Blue C M Y K H S L
Decimal 10 193 173 0.95 0 0.10 0.24 173.44 0.9 0.4
Hex A C1 AD 5F 0 A 18 AD 5A 28
Octal 12 301 255 137 0 12 30 255 132 50
Binary 1010 11000001 10101101 1011111 0 1010 11000 10101101 1011010 101000

Color Harmonies of #0AC1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC1AD

Black with #0AC1AD

Text Example


Text Example

White with #0AC1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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