Html Css Color HEX #5DAC98 Keppel

📋 copy color: '#5DAC98'

red 93 ◦ green 172 ◦ blue 152

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

Shades of Keppel #5DAC98

Tints of Keppel #5DAC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.45%

R = 22.3%
G = 41.25%
B = 36.45%

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

#5DAC98 (or 0x5DAC98) is known color: Keppel. HEX triplet: 5D, AC and 98. RGB value is (93,172,152). Sum of RGB (Red+Green+Blue) = 93+172+152=417 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.30% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAC98 is #A25367. Grayscale: #929292. Windows color (decimal): -10638184 or 10005597. OLE color: 10005597.

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

Color convert

RGB 93 172 152 -
CMYK 0.46 0 0.12 0.33
HSL 164.81º 0.32% 0.52% -
HSV(B) 164.81º 0.46% 0.67% -
XYZ 24.93 34.1 34.97 -
YUV 146.1 131.33 90.13 -
System Red Green Blue C M Y K H S L
Decimal 93 172 152 0.46 0 0.12 0.33 164.81 0.32 0.52
Hex 5D AC 98 2E 0 C 21 A5 20 34
Octal 135 254 230 56 0 14 41 245 40 64
Binary 1011101 10101100 10011000 101110 0 1100 100001 10100101 100000 110100

Color Harmonies of #5DAC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAC98

Black with #5DAC98

Text Example


Text Example

White with #5DAC98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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