Html Css Color HEX #5DBA9C Keppel

📋 copy color: '#5DBA9C'

red 93 ◦ green 186 ◦ blue 156

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

Shades of Keppel #5DBA9C

Tints of Keppel #5DBA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.86%

R = 21.38%
G = 42.76%
B = 35.86%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#5DBA9C (or 0x5DBA9C) is known color: Keppel. HEX triplet: 5D, BA and 9C. RGB value is (93,186,156). Sum of RGB (Red+Green+Blue) = 93+186+156=435 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.38% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBA9C is #A24563. Grayscale: #9A9A9A. Windows color (decimal): -10634596 or 10271325. OLE color: 10271325.

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

Color convert

RGB 93 186 156 -
CMYK 0.5 0 0.16 0.27
HSL 160.65º 0.4% 0.55% -
HSV(B) 160.65º 0.5% 0.73% -
XYZ 28.07 39.85 37.66 -
YUV 154.77 128.69 83.94 -
System Red Green Blue C M Y K H S L
Decimal 93 186 156 0.5 0 0.16 0.27 160.65 0.4 0.55
Hex 5D BA 9C 32 0 10 1B A1 28 37
Octal 135 272 234 62 0 20 33 241 50 67
Binary 1011101 10111010 10011100 110010 0 10000 11011 10100001 101000 110111

Color Harmonies of #5DBA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBA9C

Black with #5DBA9C

Text Example


Text Example

White with #5DBA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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