#1C9B50

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

Shades of Sea Green #1C9B50

Tints of Sea Green #1C9B50

Color information

#1C9B50 (or 0x1C9B50) is unknown color: approx Sea Green. HEX triplet: 1C, 9B and 50. RGB value is (28,155,80). Sum of RGB (Red+Green+Blue) = 28+155+80=263 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.65% from 263); Green value is 155 (60.94% from 255 or 58.94% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 155 - color contains mainly: green. Hex color #1C9B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9B50 is #E364AF. Grayscale: #6C6C6C. Windows color (decimal): -14902448 or 5282588. OLE color: 5282588.

HSL color Cylindrical-coordinate representation of color #1C9B50: hue angle of 144.57º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9B50 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB2815580-
CMYK0.8200.480.39
HSL144.57º69.4%35.88%-
HSV(B)144.57º81.94%60.78%-
XYZ13.6524.2711.55-
YUV108.48111.9270.6-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.65%
GREEN value IS 155 (60.94% from 255) = 58.94%
BLUE value IS 80 (31.64% from 255) = 30.42%
R=10.65%
G=58.94%
B=30.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal28155800.8200.480.39144.5769.435.88
Hex1C9B505203027914524
Octal342331201220604722110544
Binary1110010011011101000010100100110000100111100100011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,155,80); }

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

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

 a { background-color: rgb(28,155,80); }

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

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

 span { border-color: rgb(28,155,80); }

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