Html Css Color HEX #58AF7E Ocean Green

📋 copy color: '#58AF7E'

red 88 ◦ green 175 ◦ blue 126

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

Shades of Ocean Green #58AF7E

Tints of Ocean Green #58AF7E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.99%

 BLUE value IS 126 (49.61% from 255) = 32.39%

R = 22.62%
G = 44.99%
B = 32.39%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#58AF7E (or 0x58AF7E) is known color: Ocean Green. HEX triplet: 58, AF and 7E. RGB value is (88,175,126). Sum of RGB (Red+Green+Blue) = 88+175+126=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #58AF7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AF7E is #A75081. Grayscale: #8F8F8F. Windows color (decimal): -10965122 or 8302424. OLE color: 8302424.

HSL color Cylindrical-coordinate representation of color #58AF7E: hue angle of 146.21º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58AF7E is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 175 126 -
CMYK 0.50 0 0.28 0.31
HSL 146.21º 0.35% 0.52% -
HSV(B) 146.21º 0.5% 0.69% -
XYZ 23.12 34.24 25.13 -
YUV 143.4 118.18 88.48 -
System Red Green Blue C M Y K H S L
Decimal 88 175 126 0.50 0 0.28 0.31 146.21 0.35 0.52
Hex 58 AF 7E 32 0 1C 1F 92 23 34
Octal 130 257 176 62 0 34 37 222 43 64
Binary 1011000 10101111 1111110 110010 0 11100 11111 10010010 100011 110100

Color Harmonies of #58AF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AF7E

Black with #58AF7E

Text Example


Text Example

White with #58AF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,175,126); }

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

background-color css

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

 a { background-color: rgb(88,175,126); }

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

border-color css

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

 span { border-color: rgb(88,175,126); }

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