#12A4AF

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

Shades of Light Sea Green #12A4AF

Tints of Light Sea Green #12A4AF

Color information

#12A4AF (or 0x12A4AF) is unknown color: approx Light Sea Green. HEX triplet: 12, A4 and AF. RGB value is (18,164,175). Sum of RGB (Red+Green+Blue) = 18+164+175=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #12A4AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A4AF is #ED5B50. Grayscale: #797979. Windows color (decimal): -15555409 or 11510802. OLE color: 11510802.

HSL color Cylindrical-coordinate representation of color #12A4AF: hue angle of 184.2º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12A4AF is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB18164175-
CMYK0.900.0600.31
HSL184.2º81.35%37.84%-
HSV(B)184.2º89.71%68.63%-
XYZ21.2629.7745.18-
YUV121.6158.1354.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.04%
GREEN value IS 164 (64.45% from 255) = 45.94%
BLUE value IS 175 (68.75% from 255) = 49.02%
R=5.04%
G=45.94%
B=49.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181641750.900.0600.31184.281.3537.84
Hex12A4AF5A601Fb85126
Octal22244257132603727012146
Binary1001010100100101011111011010110011111101110001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,164,175); }

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

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

 a { background-color: rgb(18,164,175); }

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

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

 span { border-color: rgb(18,164,175); }

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