Html Css Color HEX #5DBA9A Keppel

📋 copy color: '#5DBA9A'

red 93 ◦ green 186 ◦ blue 154

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

Shades of Keppel #5DBA9A

Tints of Keppel #5DBA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.57%

R = 21.48%
G = 42.96%
B = 35.57%

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

#5DBA9A (or 0x5DBA9A) is known color: Keppel. HEX triplet: 5D, BA and 9A. RGB value is (93,186,154). Sum of RGB (Red+Green+Blue) = 93+186+154=433 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.48% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBA9A is #A24565. Grayscale: #9A9A9A. Windows color (decimal): -10634598 or 10140253. OLE color: 10140253.

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

Color convert

RGB 93 186 154 -
CMYK 0.5 0 0.17 0.27
HSL 159.35º 0.4% 0.55% -
HSV(B) 159.35º 0.5% 0.73% -
XYZ 27.91 39.78 36.78 -
YUV 154.55 127.69 84.1 -
System Red Green Blue C M Y K H S L
Decimal 93 186 154 0.5 0 0.17 0.27 159.35 0.4 0.55
Hex 5D BA 9A 32 0 11 1B 9F 28 37
Octal 135 272 232 62 0 21 33 237 50 67
Binary 1011101 10111010 10011010 110010 0 10001 11011 10011111 101000 110111

Color Harmonies of #5DBA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBA9A

Black with #5DBA9A

Text Example


Text Example

White with #5DBA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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