Html Css Color HEX #5BBC9D Keppel

📋 copy color: '#5BBC9D'

red 91 ◦ green 188 ◦ blue 157

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

Shades of Keppel #5BBC9D

Tints of Keppel #5BBC9D

RGB

 RED value IS 91 (35.94% from 255) = 20.87%

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

 BLUE value IS 157 (61.72% from 255) = 36.01%

R = 20.87%
G = 43.12%
B = 36.01%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#5BBC9D (or 0x5BBC9D) is known color: Keppel. HEX triplet: 5B, BC and 9D. RGB value is (91,188,157). Sum of RGB (Red+Green+Blue) = 91+188+157=436 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.87% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBC9D is #A44362. Grayscale: #9B9B9B. Windows color (decimal): -10765155 or 10337371. OLE color: 10337371.

HSL color Cylindrical-coordinate representation of color #5BBC9D: hue angle of 160.82º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBC9D is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 91 188 157 -
CMYK 0.52 0 0.16 0.26
HSL 160.82º 0.42% 0.55% -
HSV(B) 160.82º 0.52% 0.74% -
XYZ 28.38 40.62 38.24 -
YUV 155.46 128.86 82.02 -
System Red Green Blue C M Y K H S L
Decimal 91 188 157 0.52 0 0.16 0.26 160.82 0.42 0.55
Hex 5B BC 9D 34 0 10 1A A1 2A 37
Octal 133 274 235 64 0 20 32 241 52 67
Binary 1011011 10111100 10011101 110100 0 10000 11010 10100001 101010 110111

Color Harmonies of #5BBC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBC9D

Black with #5BBC9D

Text Example


Text Example

White with #5BBC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5BBC9D; }

 p { color: rgb(91,188,157); }

 H1.HeaderClassName
 {
   color: #5BBC9D;
 }
 .AnyTagClassName
 {
   color: #5BBC9D;
 }
</style>

background-color css

<style>
 a { background-color: #5BBC9D; }

 a { background-color: rgb(91,188,157); }

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

border-color css

<style>
 span { border-color: #5BBC9D; }

 span { border-color: rgb(91,188,157); }

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