Html Css Color HEX #5DBA97 Keppel

📋 copy color: '#5DBA97'

red 93 ◦ green 186 ◦ blue 151

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

Shades of Keppel #5DBA97

Tints of Keppel #5DBA97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.12%

R = 21.63%
G = 43.26%
B = 35.12%

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

#5DBA97 (or 0x5DBA97) is known color: Keppel. HEX triplet: 5D, BA and 97. RGB value is (93,186,151). Sum of RGB (Red+Green+Blue) = 93+186+151=430 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.63% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBA97 is #A24568. Grayscale: #9A9A9A. Windows color (decimal): -10634601 or 9943645. OLE color: 9943645.

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

Color convert

RGB 93 186 151 -
CMYK 0.5 0 0.19 0.27
HSL 157.42º 0.4% 0.55% -
HSV(B) 157.42º 0.5% 0.73% -
XYZ 27.66 39.68 35.48 -
YUV 154.2 126.19 84.35 -
System Red Green Blue C M Y K H S L
Decimal 93 186 151 0.5 0 0.19 0.27 157.42 0.4 0.55
Hex 5D BA 97 32 0 13 1B 9D 28 37
Octal 135 272 227 62 0 23 33 235 50 67
Binary 1011101 10111010 10010111 110010 0 10011 11011 10011101 101000 110111

Color Harmonies of #5DBA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBA97

Black with #5DBA97

Text Example


Text Example

White with #5DBA97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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