Html Css Color HEX #58AB8E Keppel

📋 copy color: '#58AB8E'

red 88 ◦ green 171 ◦ blue 142

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

Shades of Keppel #58AB8E

Tints of Keppel #58AB8E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.64%

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 21.95%
G = 42.64%
B = 35.41%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#58AB8E (or 0x58AB8E) is known color: Keppel. HEX triplet: 58, AB and 8E. RGB value is (88,171,142). Sum of RGB (Red+Green+Blue) = 88+171+142=401 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.95% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 171 - color contains mainly: green. Hex color #58AB8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AB8E is #A75471. Grayscale: #8E8E8E. Windows color (decimal): -10966130 or 9349976. OLE color: 9349976.

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

Color convert

RGB 88 171 142 -
CMYK 0.49 0 0.17 0.33
HSL 159.04º 0.33% 0.51% -
HSV(B) 159.04º 0.49% 0.67% -
XYZ 23.47 33.15 30.75 -
YUV 142.88 127.5 88.86 -
System Red Green Blue C M Y K H S L
Decimal 88 171 142 0.49 0 0.17 0.33 159.04 0.33 0.51
Hex 58 AB 8E 31 0 11 21 9F 21 33
Octal 130 253 216 61 0 21 41 237 41 63
Binary 1011000 10101011 10001110 110001 0 10001 100001 10011111 100001 110011

Color Harmonies of #58AB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AB8E

Black with #58AB8E

Text Example


Text Example

White with #58AB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,171,142); }

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

background-color css

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

 a { background-color: rgb(88,171,142); }

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

border-color css

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

 span { border-color: rgb(88,171,142); }

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