Html Css Color HEX #58AC8C Keppel

📋 copy color: '#58AC8C'

red 88 ◦ green 172 ◦ blue 140

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

Shades of Keppel #58AC8C

Tints of Keppel #58AC8C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43%

 BLUE value IS 140 (55.08% from 255) = 35%

R = 22%
G = 43%
B = 35%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#58AC8C (or 0x58AC8C) is known color: Keppel. HEX triplet: 58, AC and 8C. RGB value is (88,172,140). Sum of RGB (Red+Green+Blue) = 88+172+140=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 172 - color contains mainly: green. Hex color #58AC8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AC8C is #A75373. Grayscale: #8F8F8F. Windows color (decimal): -10965876 or 9219160. OLE color: 9219160.

HSL color Cylindrical-coordinate representation of color #58AC8C: hue angle of 157.14º degrees, saturation: 0.34, 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 #58AC8C is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 172 140 -
CMYK 0.49 0 0.19 0.33
HSL 157.14º 0.34% 0.51% -
HSV(B) 157.14º 0.49% 0.67% -
XYZ 23.51 33.47 30.03 -
YUV 143.24 126.17 88.6 -
System Red Green Blue C M Y K H S L
Decimal 88 172 140 0.49 0 0.19 0.33 157.14 0.34 0.51
Hex 58 AC 8C 31 0 13 21 9D 22 33
Octal 130 254 214 61 0 23 41 235 42 63
Binary 1011000 10101100 10001100 110001 0 10011 100001 10011101 100010 110011

Color Harmonies of #58AC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AC8C

Black with #58AC8C

Text Example


Text Example

White with #58AC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,172,140); }

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

background-color css

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

 a { background-color: rgb(88,172,140); }

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

border-color css

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

 span { border-color: rgb(88,172,140); }

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