Html Css Color HEX #5DA895 Keppel

📋 copy color: '#5DA895'

red 93 ◦ green 168 ◦ blue 149

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

Shades of Keppel #5DA895

Tints of Keppel #5DA895

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.98%

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

R = 22.68%
G = 40.98%
B = 36.34%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#5DA895 (or 0x5DA895) is known color: Keppel. HEX triplet: 5D, A8 and 95. RGB value is (93,168,149). Sum of RGB (Red+Green+Blue) = 93+168+149=410 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.68% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA895 is #A2576A. Grayscale: #8F8F8F. Windows color (decimal): -10639211 or 9807965. OLE color: 9807965.

HSL color Cylindrical-coordinate representation of color #5DA895: hue angle of 164.8º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DA895 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 93 168 149 -
CMYK 0.45 0 0.11 0.34
HSL 164.8º 0.3% 0.51% -
HSV(B) 164.8º 0.45% 0.66% -
XYZ 23.94 32.5 33.45 -
YUV 143.41 131.15 92.04 -
System Red Green Blue C M Y K H S L
Decimal 93 168 149 0.45 0 0.11 0.34 164.8 0.3 0.51
Hex 5D A8 95 2D 0 B 22 A5 1E 33
Octal 135 250 225 55 0 13 42 245 36 63
Binary 1011101 10101000 10010101 101101 0 1011 100010 10100101 11110 110011

Color Harmonies of #5DA895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA895

Black with #5DA895

Text Example


Text Example

White with #5DA895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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