Html Css Color HEX #0AC0AC Light Sea Green

📋 copy color: '#0AC0AC'

red 10 ◦ green 192 ◦ blue 172

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

Shades of Light Sea Green #0AC0AC

Tints of Light Sea Green #0AC0AC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.34%

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

R = 2.67%
G = 51.34%
B = 45.99%

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

#0AC0AC (or 0x0AC0AC) is known color: Light Sea Green. HEX triplet: 0A, C0 and AC. RGB value is (10,192,172). Sum of RGB (Red+Green+Blue) = 10+192+172=374 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC0AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC0AC is #F53F53. Grayscale: #878787. Windows color (decimal): -16072532 or 11321354. OLE color: 11321354.

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

Color convert

RGB 10 192 172 -
CMYK 0.95 0 0.10 0.25
HSL 173.41º 0.9% 0.4% -
HSV(B) 173.41º 0.95% 0.75% -
XYZ 26.42 40.74 45.5 -
YUV 135.3 148.7 38.63 -
System Red Green Blue C M Y K H S L
Decimal 10 192 172 0.95 0 0.10 0.25 173.41 0.9 0.4
Hex A C0 AC 5F 0 A 19 AD 5A 28
Octal 12 300 254 137 0 12 31 255 132 50
Binary 1010 11000000 10101100 1011111 0 1010 11001 10101101 1011010 101000

Color Harmonies of #0AC0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC0AC

Black with #0AC0AC

Text Example


Text Example

White with #0AC0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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