Html Css Color HEX #58A66F Ocean Green

📋 copy color: '#58A66F'

red 88 ◦ green 166 ◦ blue 111

#58A66F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #58A66F

Tints of Ocean Green #58A66F

RGB

 RED value IS 88 (34.77% from 255) = 24.11%

 GREEN value IS 166 (65.23% from 255) = 45.48%

 BLUE value IS 111 (43.75% from 255) = 30.41%

R = 24.11%
G = 45.48%
B = 30.41%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#58A66F (or 0x58A66F) is known color: Ocean Green. HEX triplet: 58, A6 and 6F. RGB value is (88,166,111). Sum of RGB (Red+Green+Blue) = 88+166+111=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 166 - color contains mainly: green. Hex color #58A66F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A66F is #A75990. Grayscale: #888888. Windows color (decimal): -10967441 or 7317080. OLE color: 7317080.

HSL color Cylindrical-coordinate representation of color #58A66F: hue angle of 137.69º 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 #58A66F is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 88 166 111 -
CMYK 0.47 0 0.33 0.35
HSL 137.69º 0.31% 0.5% -
HSV(B) 137.69º 0.47% 0.65% -
XYZ 20.53 30.49 19.84 -
YUV 136.41 113.66 93.47 -
System Red Green Blue C M Y K H S L
Decimal 88 166 111 0.47 0 0.33 0.35 137.69 0.31 0.5
Hex 58 A6 6F 2F 0 21 23 8A 1F 32
Octal 130 246 157 57 0 41 43 212 37 62
Binary 1011000 10100110 1101111 101111 0 100001 100011 10001010 11111 110010

Color Harmonies of #58A66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A66F

Black with #58A66F

Text Example


Text Example

White with #58A66F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58A66F;
 }
 .AnyTagClassName
 {
   color: #58A66F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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