Html Css Color HEX #12A5AC Light Sea Green

📋 copy color: '#12A5AC'

red 18 ◦ green 165 ◦ blue 172

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

Shades of Light Sea Green #12A5AC

Tints of Light Sea Green #12A5AC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.48%

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

R = 5.07%
G = 46.48%
B = 48.45%

CMYK

 C value IS 0.90

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#12A5AC (or 0x12A5AC) is known color: Light Sea Green. HEX triplet: 12, A5 and AC. RGB value is (18,165,172). Sum of RGB (Red+Green+Blue) = 18+165+172=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #12A5AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A5AC is #ED5A53. Grayscale: #797979. Windows color (decimal): -15555156 or 11314450. OLE color: 11314450.

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

Color convert

RGB 18 165 172 -
CMYK 0.90 0.04 0 0.33
HSL 182.73º 0.81% 0.37% -
HSV(B) 182.73º 0.9% 0.67% -
XYZ 21.15 30.02 43.71 -
YUV 121.85 156.3 53.93 -
System Red Green Blue C M Y K H S L
Decimal 18 165 172 0.90 0.04 0 0.33 182.73 0.81 0.37
Hex 12 A5 AC 5A 4 0 21 B7 51 25
Octal 22 245 254 132 4 0 41 267 121 45
Binary 10010 10100101 10101100 1011010 100 0 100001 10110111 1010001 100101

Color Harmonies of #12A5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A5AC

Black with #12A5AC

Text Example


Text Example

White with #12A5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,165,172); }

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

background-color css

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

 a { background-color: rgb(18,165,172); }

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

border-color css

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

 span { border-color: rgb(18,165,172); }

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