#1A934C

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

Shades of Sea Green #1A934C

Tints of Sea Green #1A934C

Color information

#1A934C (or 0x1A934C) is unknown color: approx Sea Green. HEX triplet: 1A, 93 and 4C. RGB value is (26,147,76). Sum of RGB (Red+Green+Blue) = 26+147+76=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 147 (57.81% from 255 or 59.04% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 147 - color contains mainly: green. Hex color #1A934C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A934C is #E56CB3. Grayscale: #666666. Windows color (decimal): -15035572 or 5018394. OLE color: 5018394.

HSL color Cylindrical-coordinate representation of color #1A934C: hue angle of 144.79º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A934C is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB2614776-
CMYK0.8200.480.42
HSL144.79º69.94%33.92%-
HSV(B)144.79º82.31%57.65%-
XYZ12.1621.6110.37-
YUV102.73112.9173.27-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.44%
GREEN value IS 147 (57.81% from 255) = 59.04%
BLUE value IS 76 (30.08% from 255) = 30.52%
R=10.44%
G=59.04%
B=30.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26147760.8200.480.42144.7969.9433.92
Hex1A934C520302A914622
Octal322231141220605222110642
Binary1101010010011100110010100100110000101010100100011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A934C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A934C; }

 p { color: rgb(26,147,76); }

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

<style>
 a { background-color: #1A934C; }

 a { background-color: rgb(26,147,76); }

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

<style>
 span { border-color: #1A934C; }

 span { border-color: rgb(26,147,76); }

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