Html Css Color HEX #5DBA96 Keppel

📋 copy color: '#5DBA96'

red 93 ◦ green 186 ◦ blue 150

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

Shades of Keppel #5DBA96

Tints of Keppel #5DBA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.97%

R = 21.68%
G = 43.36%
B = 34.97%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#5DBA96 (or 0x5DBA96) is known color: Keppel. HEX triplet: 5D, BA and 96. RGB value is (93,186,150). Sum of RGB (Red+Green+Blue) = 93+186+150=429 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.68% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBA96 is #A24569. Grayscale: #9A9A9A. Windows color (decimal): -10634602 or 9878109. OLE color: 9878109.

HSL color Cylindrical-coordinate representation of color #5DBA96: hue angle of 156.77º 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 #5DBA96 is Cyan = 0.5, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 186 150 -
CMYK 0.5 0 0.19 0.27
HSL 156.77º 0.4% 0.55% -
HSV(B) 156.77º 0.5% 0.73% -
XYZ 27.58 39.65 35.05 -
YUV 154.09 125.69 84.43 -
System Red Green Blue C M Y K H S L
Decimal 93 186 150 0.5 0 0.19 0.27 156.77 0.4 0.55
Hex 5D BA 96 32 0 13 1B 9D 28 37
Octal 135 272 226 62 0 23 33 235 50 67
Binary 1011101 10111010 10010110 110010 0 10011 11011 10011101 101000 110111

Color Harmonies of #5DBA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBA96

Black with #5DBA96

Text Example


Text Example

White with #5DBA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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