#12B09C

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

Shades of Light Sea Green #12B09C

Tints of Light Sea Green #12B09C

Color information

#12B09C (or 0x12B09C) is unknown color: approx Light Sea Green. HEX triplet: 12, B0 and 9C. RGB value is (18,176,156). Sum of RGB (Red+Green+Blue) = 18+176+156=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 176 (69.14% from 255 or 50.29% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 176 - color contains mainly: green. Hex color #12B09C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12B09C is #ED4F63. Grayscale: #7E7E7E. Windows color (decimal): -15552356 or 10268690. OLE color: 10268690.

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

Color convert

RGB18176156-
CMYK0.9000.110.31
HSL172.41º81.44%38.04%-
HSV(B)172.41º89.77%69.02%-
XYZ21.7833.5836.79-
YUV126.48144.6550.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.14%
GREEN value IS 176 (69.14% from 255) = 50.29%
BLUE value IS 156 (61.33% from 255) = 44.57%
R=5.14%
G=50.29%
B=44.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181761560.9000.110.31172.4181.4438.04
Hex12B09C5A0B1Fac5126
Octal222602341320133725412146
Binary10010101100001001110010110100101111111101011001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,176,156); }

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

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

 a { background-color: rgb(18,176,156); }

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

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

 span { border-color: rgb(18,176,156); }

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