Html Css Color HEX #5DBA9F Keppel

📋 copy color: '#5DBA9F'

red 93 ◦ green 186 ◦ blue 159

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

Shades of Keppel #5DBA9F

Tints of Keppel #5DBA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.3%

R = 21.23%
G = 42.47%
B = 36.3%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#5DBA9F (or 0x5DBA9F) is known color: Keppel. HEX triplet: 5D, BA and 9F. RGB value is (93,186,159). Sum of RGB (Red+Green+Blue) = 93+186+159=438 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.23% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBA9F is #A24560. Grayscale: #9B9B9B. Windows color (decimal): -10634593 or 10467933. OLE color: 10467933.

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

Color convert

RGB 93 186 159 -
CMYK 0.5 0 0.15 0.27
HSL 162.58º 0.4% 0.55% -
HSV(B) 162.58º 0.5% 0.73% -
XYZ 28.33 39.95 39.02 -
YUV 155.12 130.19 83.7 -
System Red Green Blue C M Y K H S L
Decimal 93 186 159 0.5 0 0.15 0.27 162.58 0.4 0.55
Hex 5D BA 9F 32 0 F 1B A3 28 37
Octal 135 272 237 62 0 17 33 243 50 67
Binary 1011101 10111010 10011111 110010 0 1111 11011 10100011 101000 110111

Color Harmonies of #5DBA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBA9F

Black with #5DBA9F

Text Example


Text Example

White with #5DBA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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