Html Css Color HEX #0AC2AF Light Sea Green

📋 copy color: '#0AC2AF'

red 10 ◦ green 194 ◦ blue 175

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

Shades of Light Sea Green #0AC2AF

Tints of Light Sea Green #0AC2AF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.19%

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

R = 2.64%
G = 51.19%
B = 46.17%

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

#0AC2AF (or 0x0AC2AF) is known color: Light Sea Green. HEX triplet: 0A, C2 and AF. RGB value is (10,194,175). Sum of RGB (Red+Green+Blue) = 10+194+175=379 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.64% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC2AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC2AF is #F53D50. Grayscale: #888888. Windows color (decimal): -16072017 or 11518474. OLE color: 11518474.

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

Color convert

RGB 10 194 175 -
CMYK 0.95 0 0.10 0.24
HSL 173.8º 0.9% 0.4% -
HSV(B) 173.8º 0.95% 0.76% -
XYZ 27.15 41.74 47.18 -
YUV 136.82 149.54 37.54 -
System Red Green Blue C M Y K H S L
Decimal 10 194 175 0.95 0 0.10 0.24 173.8 0.9 0.4
Hex A C2 AF 5F 0 A 18 AE 5A 28
Octal 12 302 257 137 0 12 30 256 132 50
Binary 1010 11000010 10101111 1011111 0 1010 11000 10101110 1011010 101000

Color Harmonies of #0AC2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC2AF

Black with #0AC2AF

Text Example


Text Example

White with #0AC2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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