Html Css Color HEX #5DAC9E Keppel

📋 copy color: '#5DAC9E'

red 93 ◦ green 172 ◦ blue 158

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

Shades of Keppel #5DAC9E

Tints of Keppel #5DAC9E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.66%

 BLUE value IS 158 (62.11% from 255) = 37.35%

R = 21.99%
G = 40.66%
B = 37.35%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#5DAC9E (or 0x5DAC9E) is known color: Keppel. HEX triplet: 5D, AC and 9E. RGB value is (93,172,158). Sum of RGB (Red+Green+Blue) = 93+172+158=423 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.99% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAC9E is #A25361. Grayscale: #929292. Windows color (decimal): -10638178 or 10398813. OLE color: 10398813.

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

Color convert

RGB 93 172 158 -
CMYK 0.46 0 0.08 0.33
HSL 169.37º 0.32% 0.52% -
HSV(B) 169.37º 0.46% 0.67% -
XYZ 25.44 34.3 37.63 -
YUV 146.78 134.33 89.64 -
System Red Green Blue C M Y K H S L
Decimal 93 172 158 0.46 0 0.08 0.33 169.37 0.32 0.52
Hex 5D AC 9E 2E 0 8 21 A9 20 34
Octal 135 254 236 56 0 10 41 251 40 64
Binary 1011101 10101100 10011110 101110 0 1000 100001 10101001 100000 110100

Color Harmonies of #5DAC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAC9E

Black with #5DAC9E

Text Example


Text Example

White with #5DAC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,172,158); }

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

background-color css

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

 a { background-color: rgb(93,172,158); }

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

border-color css

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

 span { border-color: rgb(93,172,158); }

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