Html Css Color HEX #58AA9D Keppel

📋 copy color: '#58AA9D'

red 88 ◦ green 170 ◦ blue 157

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

Shades of Keppel #58AA9D

Tints of Keppel #58AA9D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.96%

 BLUE value IS 157 (61.72% from 255) = 37.83%

R = 21.2%
G = 40.96%
B = 37.83%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#58AA9D (or 0x58AA9D) is known color: Keppel. HEX triplet: 58, AA and 9D. RGB value is (88,170,157). Sum of RGB (Red+Green+Blue) = 88+170+157=415 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.20% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 170 - color contains mainly: green. Hex color #58AA9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AA9D is #A75562. Grayscale: #8F8F8F. Windows color (decimal): -10966371 or 10332760. OLE color: 10332760.

HSL color Cylindrical-coordinate representation of color #58AA9D: hue angle of 170.49º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58AA9D is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 170 157 -
CMYK 0.48 0 0.08 0.33
HSL 170.49º 0.33% 0.51% -
HSV(B) 170.49º 0.48% 0.67% -
XYZ 24.49 33.26 37.03 -
YUV 144 135.33 88.06 -
System Red Green Blue C M Y K H S L
Decimal 88 170 157 0.48 0 0.08 0.33 170.49 0.33 0.51
Hex 58 AA 9D 30 0 8 21 AA 21 33
Octal 130 252 235 60 0 10 41 252 41 63
Binary 1011000 10101010 10011101 110000 0 1000 100001 10101010 100001 110011

Color Harmonies of #58AA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AA9D

Black with #58AA9D

Text Example


Text Example

White with #58AA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,170,157); }

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

background-color css

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

 a { background-color: rgb(88,170,157); }

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

border-color css

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

 span { border-color: rgb(88,170,157); }

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