#12A7AC

Color #12A7AC Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #12A7AC

Tints of Light Sea Green #12A7AC

Color information

#12A7AC (or 0x12A7AC) is unknown color: approx Light Sea Green. HEX triplet: 12, A7 and AC. RGB value is (18,167,172). Sum of RGB (Red+Green+Blue) = 18+167+172=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 167 (65.62% from 255 or 46.78% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #12A7AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A7AC is #ED5853. Grayscale: #7A7A7A. Windows color (decimal): -15554644 or 11314962. OLE color: 11314962.

HSL color Cylindrical-coordinate representation of color #12A7AC: hue angle of 181.95º 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 #12A7AC is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB18167172-
CMYK0.900.0300.33
HSL181.95º81.05%37.25%-
HSV(B)181.95º89.53%67.45%-
XYZ21.5130.7443.83-
YUV123.02155.6453.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.04%
GREEN value IS 167 (65.62% from 255) = 46.78%
BLUE value IS 172 (67.58% from 255) = 48.18%
R=5.04%
G=46.78%
B=48.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181671720.900.0300.33181.9581.0537.25
Hex12A7AC5A3021b65125
Octal22247254132304126612145
Binary1001010100111101011001011010110100001101101101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12A7AC;
 }
 .AnyTagClassName
 {
   color: #12A7AC;
 }
</style>
background-color css

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

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

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

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

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

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