Html Css Color HEX #5DA98C Keppel

📋 copy color: '#5DA98C'

red 93 ◦ green 169 ◦ blue 140

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

Shades of Keppel #5DA98C

Tints of Keppel #5DA98C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.04%

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

R = 23.13%
G = 42.04%
B = 34.83%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#5DA98C (or 0x5DA98C) is known color: Keppel. HEX triplet: 5D, A9 and 8C. RGB value is (93,169,140). Sum of RGB (Red+Green+Blue) = 93+169+140=402 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.13% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA98C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA98C is #A25673. Grayscale: #8F8F8F. Windows color (decimal): -10638964 or 9218397. OLE color: 9218397.

HSL color Cylindrical-coordinate representation of color #5DA98C: hue angle of 157.11º degrees, saturation: 0.31, 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 #5DA98C is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 93 169 140 -
CMYK 0.45 0 0.17 0.34
HSL 157.11º 0.31% 0.51% -
HSV(B) 157.11º 0.45% 0.66% -
XYZ 23.44 32.6 29.87 -
YUV 142.97 126.32 92.36 -
System Red Green Blue C M Y K H S L
Decimal 93 169 140 0.45 0 0.17 0.34 157.11 0.31 0.51
Hex 5D A9 8C 2D 0 11 22 9D 1F 33
Octal 135 251 214 55 0 21 42 235 37 63
Binary 1011101 10101001 10001100 101101 0 10001 100010 10011101 11111 110011

Color Harmonies of #5DA98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA98C

Black with #5DA98C

Text Example


Text Example

White with #5DA98C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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