#129FA6

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

Shades of Light Sea Green #129FA6

Tints of Light Sea Green #129FA6

Color information

#129FA6 (or 0x129FA6) is unknown color: approx Light Sea Green. HEX triplet: 12, 9F and A6. RGB value is (18,159,166). Sum of RGB (Red+Green+Blue) = 18+159+166=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 166 (65.23% from 255 or 48.40% from 343); Max value from RGB is 166 - color contains mainly: blue. Hex color #129FA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129FA6 is #ED6059. Grayscale: #757575. Windows color (decimal): -15556698 or 10919698. OLE color: 10919698.

HSL color Cylindrical-coordinate representation of color #129FA6: hue angle of 182.84º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129FA6 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB18159166-
CMYK0.890.0400.35
HSL182.84º80.43%36.08%-
HSV(B)182.84º89.16%65.1%-
XYZ19.5327.6840.39-
YUV117.64155.2956.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.25%
GREEN value IS 159 (62.5% from 255) = 46.36%
BLUE value IS 166 (65.23% from 255) = 48.40%
R=5.25%
G=46.36%
B=48.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal181591660.890.0400.35182.8480.4336.08
Hex129FA6594023b75024
Octal22237246131404326712044
Binary10010100111111010011010110011000100011101101111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129FA6; }

 p { color: rgb(18,159,166); }

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

<style>
 a { background-color: #129FA6; }

 a { background-color: rgb(18,159,166); }

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

<style>
 span { border-color: #129FA6; }

 span { border-color: rgb(18,159,166); }

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