Html Css Color HEX #5BAC98 Keppel

📋 copy color: '#5BAC98'

red 91 ◦ green 172 ◦ blue 152

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

Shades of Keppel #5BAC98

Tints of Keppel #5BAC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.63%

R = 21.93%
G = 41.45%
B = 36.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#5BAC98 (or 0x5BAC98) is known color: Keppel. HEX triplet: 5B, AC and 98. RGB value is (91,172,152). Sum of RGB (Red+Green+Blue) = 91+172+152=415 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.93% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAC98 is #A45367. Grayscale: #919191. Windows color (decimal): -10769256 or 10005595. OLE color: 10005595.

HSL color Cylindrical-coordinate representation of color #5BAC98: hue angle of 165.19º 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 #5BAC98 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 172 152 -
CMYK 0.47 0 0.12 0.33
HSL 165.19º 0.33% 0.52% -
HSV(B) 165.19º 0.47% 0.67% -
XYZ 24.73 34 34.96 -
YUV 145.5 131.66 89.13 -
System Red Green Blue C M Y K H S L
Decimal 91 172 152 0.47 0 0.12 0.33 165.19 0.33 0.52
Hex 5B AC 98 2F 0 C 21 A5 21 34
Octal 133 254 230 57 0 14 41 245 41 64
Binary 1011011 10101100 10011000 101111 0 1100 100001 10100101 100001 110100

Color Harmonies of #5BAC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAC98

Black with #5BAC98

Text Example


Text Example

White with #5BAC98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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