Html Css Color HEX #58A78E Keppel

📋 copy color: '#58A78E'

red 88 ◦ green 167 ◦ blue 142

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

Shades of Keppel #58A78E

Tints of Keppel #58A78E

RGB

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

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

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

R = 22.17%
G = 42.07%
B = 35.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#58A78E (or 0x58A78E) is known color: Keppel. HEX triplet: 58, A7 and 8E. RGB value is (88,167,142). Sum of RGB (Red+Green+Blue) = 88+167+142=397 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.17% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 167 - color contains mainly: green. Hex color #58A78E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A78E is #A75871. Grayscale: #8C8C8C. Windows color (decimal): -10967154 or 9348952. OLE color: 9348952.

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

Color convert

RGB 88 167 142 -
CMYK 0.47 0 0.15 0.35
HSL 161.01º 0.31% 0.5% -
HSV(B) 161.01º 0.47% 0.65% -
XYZ 22.73 31.67 30.51 -
YUV 140.53 128.83 90.53 -
System Red Green Blue C M Y K H S L
Decimal 88 167 142 0.47 0 0.15 0.35 161.01 0.31 0.5
Hex 58 A7 8E 2F 0 F 23 A1 1F 32
Octal 130 247 216 57 0 17 43 241 37 62
Binary 1011000 10100111 10001110 101111 0 1111 100011 10100001 11111 110010

Color Harmonies of #58A78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A78E

Black with #58A78E

Text Example


Text Example

White with #58A78E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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