#58A66A

Color #58A66A Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #58A66A

Tints of Ocean Green #58A66A

Color information

#58A66A (or 0x58A66A) is unknown color: approx Ocean Green. HEX triplet: 58, A6 and 6A. RGB value is (88,166,106). Sum of RGB (Red+Green+Blue) = 88+166+106=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 166 (65.23% from 255 or 46.11% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 166 - color contains mainly: green. Hex color #58A66A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A66A is #A75995. Grayscale: #888888. Windows color (decimal): -10967446 or 6989400. OLE color: 6989400.

HSL color Cylindrical-coordinate representation of color #58A66A: hue angle of 133.85º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58A66A is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB88166106-
CMYK0.4700.360.35
HSL133.85º30.71%49.8%-
HSV(B)133.85º46.99%65.1%-
XYZ20.2630.3918.43-
YUV135.84111.1693.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.44%
GREEN value IS 166 (65.23% from 255) = 46.11%
BLUE value IS 106 (41.80% from 255) = 29.44%
R=24.44%
G=46.11%
B=29.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal881661060.4700.360.35133.8530.7149.8
Hex58A66A2F02423861f32
Octal13024615257044432063762
Binary101100010100110110101010111101001001000111000011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58A66A; }

 p { color: rgb(88,166,106); }

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

<style>
 a { background-color: #58A66A; }

 a { background-color: rgb(88,166,106); }

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

<style>
 span { border-color: #58A66A; }

 span { border-color: rgb(88,166,106); }

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