Html Css Color HEX #5DAC97 Keppel

📋 copy color: '#5DAC97'

red 93 ◦ green 172 ◦ blue 151

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

Shades of Keppel #5DAC97

Tints of Keppel #5DAC97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.3%

R = 22.36%
G = 41.35%
B = 36.3%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#5DAC97 (or 0x5DAC97) is known color: Keppel. HEX triplet: 5D, AC and 97. RGB value is (93,172,151). Sum of RGB (Red+Green+Blue) = 93+172+151=416 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.36% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAC97 is #A25368. Grayscale: #919191. Windows color (decimal): -10638185 or 9940061. OLE color: 9940061.

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

Color convert

RGB 93 172 151 -
CMYK 0.46 0 0.12 0.33
HSL 164.05º 0.32% 0.52% -
HSV(B) 164.05º 0.46% 0.67% -
XYZ 24.85 34.07 34.54 -
YUV 145.99 130.83 90.21 -
System Red Green Blue C M Y K H S L
Decimal 93 172 151 0.46 0 0.12 0.33 164.05 0.32 0.52
Hex 5D AC 97 2E 0 C 21 A4 20 34
Octal 135 254 227 56 0 14 41 244 40 64
Binary 1011101 10101100 10010111 101110 0 1100 100001 10100100 100000 110100

Color Harmonies of #5DAC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAC97

Black with #5DAC97

Text Example


Text Example

White with #5DAC97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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