Html Css Color HEX #5DAE8E Keppel

📋 copy color: '#5DAE8E'

red 93 ◦ green 174 ◦ blue 142

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

Shades of Keppel #5DAE8E

Tints of Keppel #5DAE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.72%

R = 22.74%
G = 42.54%
B = 34.72%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#5DAE8E (or 0x5DAE8E) is known color: Keppel. HEX triplet: 5D, AE and 8E. RGB value is (93,174,142). Sum of RGB (Red+Green+Blue) = 93+174+142=409 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.74% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAE8E is #A25171. Grayscale: #929292. Windows color (decimal): -10637682 or 9350749. OLE color: 9350749.

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

Color convert

RGB 93 174 142 -
CMYK 0.47 0 0.18 0.32
HSL 156.3º 0.33% 0.52% -
HSV(B) 156.3º 0.47% 0.68% -
XYZ 24.53 34.55 30.97 -
YUV 146.13 125.66 90.1 -
System Red Green Blue C M Y K H S L
Decimal 93 174 142 0.47 0 0.18 0.32 156.3 0.33 0.52
Hex 5D AE 8E 2F 0 12 20 9C 21 34
Octal 135 256 216 57 0 22 40 234 41 64
Binary 1011101 10101110 10001110 101111 0 10010 100000 10011100 100001 110100

Color Harmonies of #5DAE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DAE8E

Black with #5DAE8E

Text Example


Text Example

White with #5DAE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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