Html Css Color HEX #5BBC9C Keppel

📋 copy color: '#5BBC9C'

red 91 ◦ green 188 ◦ blue 156

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

Shades of Keppel #5BBC9C

Tints of Keppel #5BBC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.86%

R = 20.92%
G = 43.22%
B = 35.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#5BBC9C (or 0x5BBC9C) is known color: Keppel. HEX triplet: 5B, BC and 9C. RGB value is (91,188,156). Sum of RGB (Red+Green+Blue) = 91+188+156=435 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.92% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBC9C is #A44363. Grayscale: #9B9B9B. Windows color (decimal): -10765156 or 10271835. OLE color: 10271835.

HSL color Cylindrical-coordinate representation of color #5BBC9C: hue angle of 160.21º 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 #5BBC9C is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 91 188 156 -
CMYK 0.52 0 0.17 0.26
HSL 160.21º 0.42% 0.55% -
HSV(B) 160.21º 0.52% 0.74% -
XYZ 28.3 40.59 37.8 -
YUV 155.35 128.36 82.1 -
System Red Green Blue C M Y K H S L
Decimal 91 188 156 0.52 0 0.17 0.26 160.21 0.42 0.55
Hex 5B BC 9C 34 0 11 1A A0 2A 37
Octal 133 274 234 64 0 21 32 240 52 67
Binary 1011011 10111100 10011100 110100 0 10001 11010 10100000 101010 110111

Color Harmonies of #5BBC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBC9C

Black with #5BBC9C

Text Example


Text Example

White with #5BBC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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