Html Css Color HEX #5DAD8C Keppel

📋 copy color: '#5DAD8C'

red 93 ◦ green 173 ◦ blue 140

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

Shades of Keppel #5DAD8C

Tints of Keppel #5DAD8C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.61%

 BLUE value IS 140 (55.08% from 255) = 34.48%

R = 22.91%
G = 42.61%
B = 34.48%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#5DAD8C (or 0x5DAD8C) is known color: Keppel. HEX triplet: 5D, AD and 8C. RGB value is (93,173,140). Sum of RGB (Red+Green+Blue) = 93+173+140=406 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.91% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAD8C is #A25273. Grayscale: #919191. Windows color (decimal): -10637940 or 9219421. OLE color: 9219421.

HSL color Cylindrical-coordinate representation of color #5DAD8C: hue angle of 155.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DAD8C is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 93 173 140 -
CMYK 0.46 0 0.19 0.32
HSL 155.25º 0.33% 0.52% -
HSV(B) 155.25º 0.46% 0.68% -
XYZ 24.19 34.11 30.12 -
YUV 145.32 125 90.68 -
System Red Green Blue C M Y K H S L
Decimal 93 173 140 0.46 0 0.19 0.32 155.25 0.33 0.52
Hex 5D AD 8C 2E 0 13 20 9B 21 34
Octal 135 255 214 56 0 23 40 233 41 64
Binary 1011101 10101101 10001100 101110 0 10011 100000 10011011 100001 110100

Color Harmonies of #5DAD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAD8C

Black with #5DAD8C

Text Example


Text Example

White with #5DAD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,173,140); }

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

background-color css

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

 a { background-color: rgb(93,173,140); }

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

border-color css

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

 span { border-color: rgb(93,173,140); }

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