Html Css Color HEX #5DBA94 Keppel

📋 copy color: '#5DBA94'

red 93 ◦ green 186 ◦ blue 148

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

Shades of Keppel #5DBA94

Tints of Keppel #5DBA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.66%

R = 21.78%
G = 43.56%
B = 34.66%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#5DBA94 (or 0x5DBA94) is known color: Keppel. HEX triplet: 5D, BA and 94. RGB value is (93,186,148). Sum of RGB (Red+Green+Blue) = 93+186+148=427 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.78% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBA94 is #A2456B. Grayscale: #999999. Windows color (decimal): -10634604 or 9747037. OLE color: 9747037.

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

Color convert

RGB 93 186 148 -
CMYK 0.5 0 0.20 0.27
HSL 155.48º 0.4% 0.55% -
HSV(B) 155.48º 0.5% 0.73% -
XYZ 27.42 39.58 34.21 -
YUV 153.86 124.69 84.59 -
System Red Green Blue C M Y K H S L
Decimal 93 186 148 0.5 0 0.20 0.27 155.48 0.4 0.55
Hex 5D BA 94 32 0 14 1B 9B 28 37
Octal 135 272 224 62 0 24 33 233 50 67
Binary 1011101 10111010 10010100 110010 0 10100 11011 10011011 101000 110111

Color Harmonies of #5DBA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBA94

Black with #5DBA94

Text Example


Text Example

White with #5DBA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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