#1A994E

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

Shades of Sea Green #1A994E

Tints of Sea Green #1A994E

Color information

#1A994E (or 0x1A994E) is unknown color: approx Sea Green. HEX triplet: 1A, 99 and 4E. RGB value is (26,153,78). Sum of RGB (Red+Green+Blue) = 26+153+78=257 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.12% from 257); Green value is 153 (60.16% from 255 or 59.53% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 153 - color contains mainly: green. Hex color #1A994E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A994E is #E566B1. Grayscale: #6A6A6A. Windows color (decimal): -15034034 or 5151002. OLE color: 5151002.

HSL color Cylindrical-coordinate representation of color #1A994E: hue angle of 144.57º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A994E is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.4.

Color convert

RGB2615378-
CMYK0.8300.490.4
HSL144.57º70.95%35.1%-
HSV(B)144.57º83.01%60%-
XYZ13.1923.5511.06-
YUV106.48111.9270.6-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.12%
GREEN value IS 153 (60.16% from 255) = 59.53%
BLUE value IS 78 (30.86% from 255) = 30.35%
R=10.12%
G=59.53%
B=30.35%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal26153780.8300.490.4144.5770.9535.1
Hex1A994E5303128914723
Octal322311161230615022110743
Binary1101010011001100111010100110110001101000100100011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A994E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,153,78); }

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

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

 a { background-color: rgb(26,153,78); }

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

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

 span { border-color: rgb(26,153,78); }

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