Html Css Color HEX #5DBA93 Keppel

📋 copy color: '#5DBA93'

red 93 ◦ green 186 ◦ blue 147

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

Shades of Keppel #5DBA93

Tints of Keppel #5DBA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.51%

R = 21.83%
G = 43.66%
B = 34.51%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#5DBA93 (or 0x5DBA93) is known color: Keppel. HEX triplet: 5D, BA and 93. RGB value is (93,186,147). Sum of RGB (Red+Green+Blue) = 93+186+147=426 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.83% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBA93 is #A2456C. Grayscale: #999999. Windows color (decimal): -10634605 or 9681501. OLE color: 9681501.

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

Color convert

RGB 93 186 147 -
CMYK 0.5 0 0.21 0.27
HSL 154.84º 0.4% 0.55% -
HSV(B) 154.84º 0.5% 0.73% -
XYZ 27.34 39.55 33.8 -
YUV 153.75 124.19 84.67 -
System Red Green Blue C M Y K H S L
Decimal 93 186 147 0.5 0 0.21 0.27 154.84 0.4 0.55
Hex 5D BA 93 32 0 15 1B 9B 28 37
Octal 135 272 223 62 0 25 33 233 50 67
Binary 1011101 10111010 10010011 110010 0 10101 11011 10011011 101000 110111

Color Harmonies of #5DBA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBA93

Black with #5DBA93

Text Example


Text Example

White with #5DBA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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