Html Css Color HEX #5DBA9B Keppel

📋 copy color: '#5DBA9B'

red 93 ◦ green 186 ◦ blue 155

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

Shades of Keppel #5DBA9B

Tints of Keppel #5DBA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.71%

R = 21.43%
G = 42.86%
B = 35.71%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#5DBA9B (or 0x5DBA9B) is known color: Keppel. HEX triplet: 5D, BA and 9B. RGB value is (93,186,155). Sum of RGB (Red+Green+Blue) = 93+186+155=434 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.43% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBA9B is #A24564. Grayscale: #9A9A9A. Windows color (decimal): -10634597 or 10205789. OLE color: 10205789.

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

Color convert

RGB 93 186 155 -
CMYK 0.5 0 0.17 0.27
HSL 160º 0.4% 0.55% -
HSV(B) 160º 0.5% 0.73% -
XYZ 27.99 39.81 37.22 -
YUV 154.66 128.19 84.02 -
System Red Green Blue C M Y K H S L
Decimal 93 186 155 0.5 0 0.17 0.27 160 0.4 0.55
Hex 5D BA 9B 32 0 11 1B A0 28 37
Octal 135 272 233 62 0 21 33 240 50 67
Binary 1011101 10111010 10011011 110010 0 10001 11011 10100000 101000 110111

Color Harmonies of #5DBA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBA9B

Black with #5DBA9B

Text Example


Text Example

White with #5DBA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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