Html Css Color HEX #5BAD98 Keppel

📋 copy color: '#5BAD98'

red 91 ◦ green 173 ◦ blue 152

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

Shades of Keppel #5BAD98

Tints of Keppel #5BAD98

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.59%

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

R = 21.88%
G = 41.59%
B = 36.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#5BAD98 (or 0x5BAD98) is known color: Keppel. HEX triplet: 5B, AD and 98. RGB value is (91,173,152). Sum of RGB (Red+Green+Blue) = 91+173+152=416 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.88% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 173 - color contains mainly: green. Hex color #5BAD98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAD98 is #A45267. Grayscale: #929292. Windows color (decimal): -10769000 or 10005851. OLE color: 10005851.

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

Color convert

RGB 91 173 152 -
CMYK 0.47 0 0.12 0.32
HSL 164.63º 0.33% 0.52% -
HSV(B) 164.63º 0.47% 0.68% -
XYZ 24.93 34.38 35.03 -
YUV 146.09 131.33 88.71 -
System Red Green Blue C M Y K H S L
Decimal 91 173 152 0.47 0 0.12 0.32 164.63 0.33 0.52
Hex 5B AD 98 2F 0 C 20 A5 21 34
Octal 133 255 230 57 0 14 40 245 41 64
Binary 1011011 10101101 10011000 101111 0 1100 100000 10100101 100001 110100

Color Harmonies of #5BAD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAD98

Black with #5BAD98

Text Example


Text Example

White with #5BAD98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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