Html Css Color HEX #5DAC9A Keppel

📋 copy color: '#5DAC9A'

red 93 ◦ green 172 ◦ blue 154

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

Shades of Keppel #5DAC9A

Tints of Keppel #5DAC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.75%

R = 22.2%
G = 41.05%
B = 36.75%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#5DAC9A (or 0x5DAC9A) is known color: Keppel. HEX triplet: 5D, AC and 9A. RGB value is (93,172,154). Sum of RGB (Red+Green+Blue) = 93+172+154=419 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.20% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAC9A is #A25365. Grayscale: #929292. Windows color (decimal): -10638182 or 10136669. OLE color: 10136669.

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

Color convert

RGB 93 172 154 -
CMYK 0.46 0 0.10 0.33
HSL 166.33º 0.32% 0.52% -
HSV(B) 166.33º 0.46% 0.67% -
XYZ 25.1 34.17 35.84 -
YUV 146.33 132.33 89.96 -
System Red Green Blue C M Y K H S L
Decimal 93 172 154 0.46 0 0.10 0.33 166.33 0.32 0.52
Hex 5D AC 9A 2E 0 A 21 A6 20 34
Octal 135 254 232 56 0 12 41 246 40 64
Binary 1011101 10101100 10011010 101110 0 1010 100001 10100110 100000 110100

Color Harmonies of #5DAC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAC9A

Black with #5DAC9A

Text Example


Text Example

White with #5DAC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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