Html Css Color HEX #58BA9B Keppel

📋 copy color: '#58BA9B'

red 88 ◦ green 186 ◦ blue 155

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

Shades of Keppel #58BA9B

Tints of Keppel #58BA9B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.36%

 BLUE value IS 155 (60.94% from 255) = 36.13%

R = 20.51%
G = 43.36%
B = 36.13%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#58BA9B (or 0x58BA9B) is known color: Keppel. HEX triplet: 58, BA and 9B. RGB value is (88,186,155). Sum of RGB (Red+Green+Blue) = 88+186+155=429 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.51% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #58BA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BA9B is #A74564. Grayscale: #999999. Windows color (decimal): -10962277 or 10205784. OLE color: 10205784.

HSL color Cylindrical-coordinate representation of color #58BA9B: hue angle of 161.02º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BA9B is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 186 155 -
CMYK 0.53 0 0.17 0.27
HSL 161.02º 0.42% 0.54% -
HSV(B) 161.02º 0.53% 0.73% -
XYZ 27.5 39.56 37.2 -
YUV 153.16 129.03 81.52 -
System Red Green Blue C M Y K H S L
Decimal 88 186 155 0.53 0 0.17 0.27 161.02 0.42 0.54
Hex 58 BA 9B 35 0 11 1B A1 2A 36
Octal 130 272 233 65 0 21 33 241 52 66
Binary 1011000 10111010 10011011 110101 0 10001 11011 10100001 101010 110110

Color Harmonies of #58BA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BA9B

Black with #58BA9B

Text Example


Text Example

White with #58BA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,186,155); }

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

background-color css

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

 a { background-color: rgb(88,186,155); }

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

border-color css

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

 span { border-color: rgb(88,186,155); }

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