#1C9B55

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

Shades of Sea Green #1C9B55

Tints of Sea Green #1C9B55

Color information

#1C9B55 (or 0x1C9B55) is unknown color: approx Sea Green. HEX triplet: 1C, 9B and 55. RGB value is (28,155,85). Sum of RGB (Red+Green+Blue) = 28+155+85=268 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.45% from 268); Green value is 155 (60.94% from 255 or 57.84% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 155 - color contains mainly: green. Hex color #1C9B55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9B55 is #E364AA. Grayscale: #6D6D6D. Windows color (decimal): -14902443 or 5610268. OLE color: 5610268.

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

Color convert

RGB2815585-
CMYK0.8200.450.39
HSL146.93º69.4%35.88%-
HSV(B)146.93º81.94%60.78%-
XYZ13.8424.3512.56-
YUV109.05114.4270.19-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.45%
GREEN value IS 155 (60.94% from 255) = 57.84%
BLUE value IS 85 (33.59% from 255) = 31.72%
R=10.45%
G=57.84%
B=31.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal28155850.8200.450.39146.9369.435.88
Hex1C9B555202D27934524
Octal342331251220554722310544
Binary1110010011011101010110100100101101100111100100111000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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