Html Css Color HEX #5BAC9A Keppel

📋 copy color: '#5BAC9A'

red 91 ◦ green 172 ◦ blue 154

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

Shades of Keppel #5BAC9A

Tints of Keppel #5BAC9A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.25%

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

R = 21.82%
G = 41.25%
B = 36.93%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#5BAC9A (or 0x5BAC9A) is known color: Keppel. HEX triplet: 5B, AC and 9A. RGB value is (91,172,154). Sum of RGB (Red+Green+Blue) = 91+172+154=417 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.82% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAC9A is #A45365. Grayscale: #919191. Windows color (decimal): -10769254 or 10136667. OLE color: 10136667.

HSL color Cylindrical-coordinate representation of color #5BAC9A: hue angle of 166.67º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAC9A is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 172 154 -
CMYK 0.47 0 0.10 0.33
HSL 166.67º 0.33% 0.52% -
HSV(B) 166.67º 0.47% 0.67% -
XYZ 24.9 34.06 35.83 -
YUV 145.73 132.66 88.96 -
System Red Green Blue C M Y K H S L
Decimal 91 172 154 0.47 0 0.10 0.33 166.67 0.33 0.52
Hex 5B AC 9A 2F 0 A 21 A7 21 34
Octal 133 254 232 57 0 12 41 247 41 64
Binary 1011011 10101100 10011010 101111 0 1010 100001 10100111 100001 110100

Color Harmonies of #5BAC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAC9A

Black with #5BAC9A

Text Example


Text Example

White with #5BAC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,172,154); }

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

background-color css

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

 a { background-color: rgb(91,172,154); }

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

border-color css

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

 span { border-color: rgb(91,172,154); }

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