Html Css Color HEX #5DAE98 Keppel

📋 copy color: '#5DAE98'

red 93 ◦ green 174 ◦ blue 152

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

Shades of Keppel #5DAE98

Tints of Keppel #5DAE98

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.53%

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

R = 22.2%
G = 41.53%
B = 36.28%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#5DAE98 (or 0x5DAE98) is known color: Keppel. HEX triplet: 5D, AE and 98. RGB value is (93,174,152). Sum of RGB (Red+Green+Blue) = 93+174+152=419 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.20% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAE98 is #A25167. Grayscale: #939393. Windows color (decimal): -10637672 or 10006109. OLE color: 10006109.

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

Color convert

RGB 93 174 152 -
CMYK 0.47 0 0.13 0.32
HSL 163.7º 0.33% 0.52% -
HSV(B) 163.7º 0.47% 0.68% -
XYZ 25.32 34.87 35.1 -
YUV 147.27 130.66 89.29 -
System Red Green Blue C M Y K H S L
Decimal 93 174 152 0.47 0 0.13 0.32 163.7 0.33 0.52
Hex 5D AE 98 2F 0 D 20 A4 21 34
Octal 135 256 230 57 0 15 40 244 41 64
Binary 1011101 10101110 10011000 101111 0 1101 100000 10100100 100001 110100

Color Harmonies of #5DAE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAE98

Black with #5DAE98

Text Example


Text Example

White with #5DAE98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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