#1F8855

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

Shades of Sea Green #1F8855

Tints of Sea Green #1F8855

Color information

#1F8855 (or 0x1F8855) is unknown color: approx Sea Green. HEX triplet: 1F, 88 and 55. RGB value is (31,136,85). Sum of RGB (Red+Green+Blue) = 31+136+85=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #1F8855 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8855 is #E077AA. Grayscale: #626262. Windows color (decimal): -14710699 or 5605407. OLE color: 5605407.

HSL color Cylindrical-coordinate representation of color #1F8855: hue angle of 150.86º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8855 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB3113685-
CMYK0.7700.380.47
HSL150.86º62.87%32.75%-
HSV(B)150.86º77.21%53.33%-
XYZ11.0118.5611.6-
YUV98.79120.2179.65-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.30%
GREEN value IS 136 (53.52% from 255) = 53.97%
BLUE value IS 85 (33.59% from 255) = 33.73%
R=12.30%
G=53.97%
B=33.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31136850.7700.380.47150.8662.8732.75
Hex1F88554D0262F973f21
Octal37210125115046572277741
Binary111111000100010101011001101010011010111110010111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,136,85); }

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

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

 a { background-color: rgb(31,136,85); }

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

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

 span { border-color: rgb(31,136,85); }

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