Html Css Color HEX #5DBA99 Keppel

📋 copy color: '#5DBA99'

red 93 ◦ green 186 ◦ blue 153

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

Shades of Keppel #5DBA99

Tints of Keppel #5DBA99

RGB

 RED value IS 93 (36.72% from 255) = 21.53%

 GREEN value IS 186 (73.05% from 255) = 43.06%

 BLUE value IS 153 (60.16% from 255) = 35.42%

R = 21.53%
G = 43.06%
B = 35.42%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#5DBA99 (or 0x5DBA99) is known color: Keppel. HEX triplet: 5D, BA and 99. RGB value is (93,186,153). Sum of RGB (Red+Green+Blue) = 93+186+153=432 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.53% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBA99 is #A24566. Grayscale: #9A9A9A. Windows color (decimal): -10634599 or 10074717. OLE color: 10074717.

HSL color Cylindrical-coordinate representation of color #5DBA99: hue angle of 158.71º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DBA99 is Cyan = 0.5, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 186 153 -
CMYK 0.5 0 0.18 0.27
HSL 158.71º 0.4% 0.55% -
HSV(B) 158.71º 0.5% 0.73% -
XYZ 27.82 39.74 36.34 -
YUV 154.43 127.19 84.18 -
System Red Green Blue C M Y K H S L
Decimal 93 186 153 0.5 0 0.18 0.27 158.71 0.4 0.55
Hex 5D BA 99 32 0 12 1B 9F 28 37
Octal 135 272 231 62 0 22 33 237 50 67
Binary 1011101 10111010 10011001 110010 0 10010 11011 10011111 101000 110111

Color Harmonies of #5DBA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBA99

Black with #5DBA99

Text Example


Text Example

White with #5DBA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,186,153); }

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

background-color css

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

 a { background-color: rgb(93,186,153); }

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

border-color css

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

 span { border-color: rgb(93,186,153); }

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