Html Css Color HEX #58AE7B Ocean Green

📋 copy color: '#58AE7B'

red 88 ◦ green 174 ◦ blue 123

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

Shades of Ocean Green #58AE7B

Tints of Ocean Green #58AE7B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.19%

 BLUE value IS 123 (48.44% from 255) = 31.95%

R = 22.86%
G = 45.19%
B = 31.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#58AE7B (or 0x58AE7B) is known color: Ocean Green. HEX triplet: 58, AE and 7B. RGB value is (88,174,123). Sum of RGB (Red+Green+Blue) = 88+174+123=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 174 - color contains mainly: green. Hex color #58AE7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AE7B is #A75184. Grayscale: #8E8E8E. Windows color (decimal): -10965381 or 8105560. OLE color: 8105560.

HSL color Cylindrical-coordinate representation of color #58AE7B: hue angle of 144.42º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58AE7B is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 174 123 -
CMYK 0.49 0 0.29 0.32
HSL 144.42º 0.35% 0.51% -
HSV(B) 144.42º 0.49% 0.68% -
XYZ 22.74 33.78 24.06 -
YUV 142.47 117.01 89.15 -
System Red Green Blue C M Y K H S L
Decimal 88 174 123 0.49 0 0.29 0.32 144.42 0.35 0.51
Hex 58 AE 7B 31 0 1D 20 90 23 33
Octal 130 256 173 61 0 35 40 220 43 63
Binary 1011000 10101110 1111011 110001 0 11101 100000 10010000 100011 110011

Color Harmonies of #58AE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AE7B

Black with #58AE7B

Text Example


Text Example

White with #58AE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,174,123); }

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

background-color css

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

 a { background-color: rgb(88,174,123); }

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

border-color css

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

 span { border-color: rgb(88,174,123); }

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