Html Css Color HEX #5DAE95 Keppel

📋 copy color: '#5DAE95'

red 93 ◦ green 174 ◦ blue 149

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

Shades of Keppel #5DAE95

Tints of Keppel #5DAE95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.82%

R = 22.36%
G = 41.83%
B = 35.82%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#5DAE95 (or 0x5DAE95) is known color: Keppel. HEX triplet: 5D, AE and 95. RGB value is (93,174,149). Sum of RGB (Red+Green+Blue) = 93+174+149=416 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.36% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAE95 is #A2516A. Grayscale: #929292. Windows color (decimal): -10637675 or 9809501. OLE color: 9809501.

HSL color Cylindrical-coordinate representation of color #5DAE95: hue angle of 161.48º 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 #5DAE95 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 93 174 149 -
CMYK 0.47 0 0.14 0.32
HSL 161.48º 0.33% 0.52% -
HSV(B) 161.48º 0.47% 0.68% -
XYZ 25.08 34.77 33.82 -
YUV 146.93 129.16 89.53 -
System Red Green Blue C M Y K H S L
Decimal 93 174 149 0.47 0 0.14 0.32 161.48 0.33 0.52
Hex 5D AE 95 2F 0 E 20 A1 21 34
Octal 135 256 225 57 0 16 40 241 41 64
Binary 1011101 10101110 10010101 101111 0 1110 100000 10100001 100001 110100

Color Harmonies of #5DAE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAE95

Black with #5DAE95

Text Example


Text Example

White with #5DAE95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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