#088B5B

Color #088B5B Shamrock Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock Green #088B5B

Tints of Shamrock Green #088B5B

Color information

#088B5B (or 0x088B5B) is unknown color: approx Shamrock Green. HEX triplet: 08, 8B and 5B. RGB value is (8,139,91). Sum of RGB (Red+Green+Blue) = 8+139+91=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 139 (54.69% from 255 or 58.40% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 139 - color contains mainly: green. Hex color #088B5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088B5B is #F774A4. Grayscale: #5E5E5E. Windows color (decimal): -16217253 or 5999368. OLE color: 5999368.

HSL color Cylindrical-coordinate representation of color #088B5B: hue angle of 158.02º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088B5B is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB813991-
CMYK0.9400.350.45
HSL158.02º89.12%28.82%-
HSV(B)158.02º94.24%54.51%-
XYZ11.2219.2713.03-
YUV94.36126.166.4-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.36%
GREEN value IS 139 (54.69% from 255) = 58.40%
BLUE value IS 91 (35.94% from 255) = 38.24%
R=3.36%
G=58.40%
B=38.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8139910.9400.350.45158.0289.1228.82
Hex88B5B5E0232D9e591d
Octal102131331360435523613135
Binary10001000101110110111011110010001110110110011110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088B5B; }

 p { color: rgb(8,139,91); }

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

<style>
 a { background-color: #088B5B; }

 a { background-color: rgb(8,139,91); }

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

<style>
 span { border-color: #088B5B; }

 span { border-color: rgb(8,139,91); }

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