Html Css Color HEX #58A795 Keppel

📋 copy color: '#58A795'

red 88 ◦ green 167 ◦ blue 149

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

Shades of Keppel #58A795

Tints of Keppel #58A795

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.34%

 BLUE value IS 149 (58.59% from 255) = 36.88%

R = 21.78%
G = 41.34%
B = 36.88%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#58A795 (or 0x58A795) is known color: Keppel. HEX triplet: 58, A7 and 95. RGB value is (88,167,149). Sum of RGB (Red+Green+Blue) = 88+167+149=404 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.78% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 167 - color contains mainly: green. Hex color #58A795 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A795 is #A7586A. Grayscale: #8D8D8D. Windows color (decimal): -10967147 or 9807704. OLE color: 9807704.

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

Color convert

RGB 88 167 149 -
CMYK 0.47 0 0.11 0.35
HSL 166.33º 0.31% 0.5% -
HSV(B) 166.33º 0.47% 0.65% -
XYZ 23.27 31.88 33.36 -
YUV 141.33 132.33 89.96 -
System Red Green Blue C M Y K H S L
Decimal 88 167 149 0.47 0 0.11 0.35 166.33 0.31 0.5
Hex 58 A7 95 2F 0 B 23 A6 1F 32
Octal 130 247 225 57 0 13 43 246 37 62
Binary 1011000 10100111 10010101 101111 0 1011 100011 10100110 11111 110010

Color Harmonies of #58A795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A795

Black with #58A795

Text Example


Text Example

White with #58A795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,167,149); }

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

background-color css

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

 a { background-color: rgb(88,167,149); }

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

border-color css

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

 span { border-color: rgb(88,167,149); }

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