Html Css Color HEX #58BC9A Keppel

📋 copy color: '#58BC9A'

red 88 ◦ green 188 ◦ blue 154

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

Shades of Keppel #58BC9A

Tints of Keppel #58BC9A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.72%

 BLUE value IS 154 (60.55% from 255) = 35.81%

R = 20.47%
G = 43.72%
B = 35.81%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#58BC9A (or 0x58BC9A) is known color: Keppel. HEX triplet: 58, BC and 9A. RGB value is (88,188,154). Sum of RGB (Red+Green+Blue) = 88+188+154=430 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.47% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BC9A is #A74365. Grayscale: #9A9A9A. Windows color (decimal): -10961766 or 10140760. OLE color: 10140760.

HSL color Cylindrical-coordinate representation of color #58BC9A: hue angle of 159.6º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BC9A is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 188 154 -
CMYK 0.53 0 0.18 0.26
HSL 159.6º 0.43% 0.54% -
HSV(B) 159.6º 0.53% 0.74% -
XYZ 27.84 40.37 36.9 -
YUV 154.22 127.87 80.76 -
System Red Green Blue C M Y K H S L
Decimal 88 188 154 0.53 0 0.18 0.26 159.6 0.43 0.54
Hex 58 BC 9A 35 0 12 1A A0 2B 36
Octal 130 274 232 65 0 22 32 240 53 66
Binary 1011000 10111100 10011010 110101 0 10010 11010 10100000 101011 110110

Color Harmonies of #58BC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BC9A

Black with #58BC9A

Text Example


Text Example

White with #58BC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,188,154); }

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

background-color css

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

 a { background-color: rgb(88,188,154); }

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

border-color css

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

 span { border-color: rgb(88,188,154); }

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