Html Css Color HEX #58A495 Keppel

📋 copy color: '#58A495'

red 88 ◦ green 164 ◦ blue 149

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

Shades of Keppel #58A495

Tints of Keppel #58A495

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.9%

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

R = 21.95%
G = 40.9%
B = 37.16%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#58A495 (or 0x58A495) is known color: Keppel. HEX triplet: 58, A4 and 95. RGB value is (88,164,149). Sum of RGB (Red+Green+Blue) = 88+164+149=401 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.95% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 164 - color contains mainly: green. Hex color #58A495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A495 is #A75B6A. Grayscale: #8B8B8B. Windows color (decimal): -10967915 or 9806936. OLE color: 9806936.

HSL color Cylindrical-coordinate representation of color #58A495: hue angle of 168.16º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58A495 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 88 164 149 -
CMYK 0.46 0 0.09 0.36
HSL 168.16º 0.3% 0.49% -
HSV(B) 168.16º 0.46% 0.64% -
XYZ 22.72 30.8 33.18 -
YUV 139.57 133.32 91.22 -
System Red Green Blue C M Y K H S L
Decimal 88 164 149 0.46 0 0.09 0.36 168.16 0.3 0.49
Hex 58 A4 95 2E 0 9 24 A8 1E 31
Octal 130 244 225 56 0 11 44 250 36 61
Binary 1011000 10100100 10010101 101110 0 1001 100100 10101000 11110 110001

Color Harmonies of #58A495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A495

Black with #58A495

Text Example


Text Example

White with #58A495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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