Html Css Color HEX #5BAE9C Keppel

📋 copy color: '#5BAE9C'

red 91 ◦ green 174 ◦ blue 156

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

Shades of Keppel #5BAE9C

Tints of Keppel #5BAE9C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.33%

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

R = 21.62%
G = 41.33%
B = 37.05%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#5BAE9C (or 0x5BAE9C) is known color: Keppel. HEX triplet: 5B, AE and 9C. RGB value is (91,174,156). Sum of RGB (Red+Green+Blue) = 91+174+156=421 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.62% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAE9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAE9C is #A45163. Grayscale: #939393. Windows color (decimal): -10768740 or 10268251. OLE color: 10268251.

HSL color Cylindrical-coordinate representation of color #5BAE9C: hue angle of 166.99º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAE9C is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 91 174 156 -
CMYK 0.48 0 0.10 0.32
HSL 166.99º 0.34% 0.52% -
HSV(B) 166.99º 0.48% 0.68% -
XYZ 25.45 34.9 36.85 -
YUV 147.13 133 87.96 -
System Red Green Blue C M Y K H S L
Decimal 91 174 156 0.48 0 0.10 0.32 166.99 0.34 0.52
Hex 5B AE 9C 30 0 A 20 A7 22 34
Octal 133 256 234 60 0 12 40 247 42 64
Binary 1011011 10101110 10011100 110000 0 1010 100000 10100111 100010 110100

Color Harmonies of #5BAE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAE9C

Black with #5BAE9C

Text Example


Text Example

White with #5BAE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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