Html Css Color HEX #5DB495 Keppel

📋 copy color: '#5DB495'

red 93 ◦ green 180 ◦ blue 149

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

Shades of Keppel #5DB495

Tints of Keppel #5DB495

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.65%

 BLUE value IS 149 (58.59% from 255) = 35.31%

R = 22.04%
G = 42.65%
B = 35.31%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#5DB495 (or 0x5DB495) is known color: Keppel. HEX triplet: 5D, B4 and 95. RGB value is (93,180,149). Sum of RGB (Red+Green+Blue) = 93+180+149=422 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.04% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB495 is #A24B6A. Grayscale: #969696. Windows color (decimal): -10636139 or 9811037. OLE color: 9811037.

HSL color Cylindrical-coordinate representation of color #5DB495: hue angle of 158.62º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB495 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 93 180 149 -
CMYK 0.48 0 0.17 0.29
HSL 158.62º 0.37% 0.54% -
HSV(B) 158.62º 0.48% 0.71% -
XYZ 26.26 37.14 34.22 -
YUV 150.45 127.18 87.02 -
System Red Green Blue C M Y K H S L
Decimal 93 180 149 0.48 0 0.17 0.29 158.62 0.37 0.54
Hex 5D B4 95 30 0 11 1D 9F 25 36
Octal 135 264 225 60 0 21 35 237 45 66
Binary 1011101 10110100 10010101 110000 0 10001 11101 10011111 100101 110110

Color Harmonies of #5DB495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB495

Black with #5DB495

Text Example


Text Example

White with #5DB495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,180,149); }

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

background-color css

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

 a { background-color: rgb(93,180,149); }

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

border-color css

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

 span { border-color: rgb(93,180,149); }

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