#1A935B

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

Shades of Sea Green #1A935B

Tints of Sea Green #1A935B

Color information

#1A935B (or 0x1A935B) is unknown color: approx Sea Green. HEX triplet: 1A, 93 and 5B. RGB value is (26,147,91). Sum of RGB (Red+Green+Blue) = 26+147+91=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 147 (57.81% from 255 or 55.68% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 147 - color contains mainly: green. Hex color #1A935B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A935B is #E56CA4. Grayscale: #686868. Windows color (decimal): -15035557 or 6001434. OLE color: 6001434.

HSL color Cylindrical-coordinate representation of color #1A935B: hue angle of 152.23º 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 #1A935B is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB2614791-
CMYK0.8200.380.42
HSL152.23º69.94%33.92%-
HSV(B)152.23º82.31%57.65%-
XYZ12.7521.8413.44-
YUV104.44120.4172.05-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.85%
GREEN value IS 147 (57.81% from 255) = 55.68%
BLUE value IS 91 (35.94% from 255) = 34.47%
R=9.85%
G=55.68%
B=34.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26147910.8200.380.42152.2369.9433.92
Hex1A935B520262A984622
Octal322231331220465223010642
Binary1101010010011101101110100100100110101010100110001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A935B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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