Html Css Color HEX #5DAD9D Keppel

📋 copy color: '#5DAD9D'

red 93 ◦ green 173 ◦ blue 157

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

Shades of Keppel #5DAD9D

Tints of Keppel #5DAD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.12%

R = 21.99%
G = 40.9%
B = 37.12%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#5DAD9D (or 0x5DAD9D) is known color: Keppel. HEX triplet: 5D, AD and 9D. RGB value is (93,173,157). Sum of RGB (Red+Green+Blue) = 93+173+157=423 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.99% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAD9D is #A25262. Grayscale: #939393. Windows color (decimal): -10637923 or 10333533. OLE color: 10333533.

HSL color Cylindrical-coordinate representation of color #5DAD9D: hue angle of 168º 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 #5DAD9D is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 93 173 157 -
CMYK 0.46 0 0.09 0.32
HSL 168º 0.33% 0.52% -
HSV(B) 168º 0.46% 0.68% -
XYZ 25.54 34.65 37.24 -
YUV 147.26 133.5 89.3 -
System Red Green Blue C M Y K H S L
Decimal 93 173 157 0.46 0 0.09 0.32 168 0.33 0.52
Hex 5D AD 9D 2E 0 9 20 A8 21 34
Octal 135 255 235 56 0 11 40 250 41 64
Binary 1011101 10101101 10011101 101110 0 1001 100000 10101000 100001 110100

Color Harmonies of #5DAD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAD9D

Black with #5DAD9D

Text Example


Text Example

White with #5DAD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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