Html Css Color HEX #12AAAD Light Sea Green

📋 copy color: '#12AAAD'

red 18 ◦ green 170 ◦ blue 173

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

Shades of Light Sea Green #12AAAD

Tints of Light Sea Green #12AAAD

RGB

 RED value IS 18 (7.42% from 255) = 4.99%

 GREEN value IS 170 (66.8% from 255) = 47.09%

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

R = 4.99%
G = 47.09%
B = 47.92%

CMYK

 C value IS 0.90

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#12AAAD (or 0x12AAAD) is known color: Light Sea Green. HEX triplet: 12, AA and AD. RGB value is (18,170,173). Sum of RGB (Red+Green+Blue) = 18+170+173=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #12AAAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AAAD is #ED5552. Grayscale: #7C7C7C. Windows color (decimal): -15553875 or 11381266. OLE color: 11381266.

HSL color Cylindrical-coordinate representation of color #12AAAD: hue angle of 181.16º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AAAD is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 170 173 -
CMYK 0.90 0.02 0 0.32
HSL 181.16º 0.81% 0.37% -
HSV(B) 181.16º 0.9% 0.68% -
XYZ 22.17 31.9 44.52 -
YUV 124.89 155.14 51.76 -
System Red Green Blue C M Y K H S L
Decimal 18 170 173 0.90 0.02 0 0.32 181.16 0.81 0.37
Hex 12 AA AD 5A 2 0 20 B5 51 25
Octal 22 252 255 132 2 0 40 265 121 45
Binary 10010 10101010 10101101 1011010 10 0 100000 10110101 1010001 100101

Color Harmonies of #12AAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AAAD

Black with #12AAAD

Text Example


Text Example

White with #12AAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12AAAD; }

 p { color: rgb(18,170,173); }

 H1.HeaderClassName
 {
   color: #12AAAD;
 }
 .AnyTagClassName
 {
   color: #12AAAD;
 }
</style>

background-color css

<style>
 a { background-color: #12AAAD; }

 a { background-color: rgb(18,170,173); }

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

border-color css

<style>
 span { border-color: #12AAAD; }

 span { border-color: rgb(18,170,173); }

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