Html Css Color HEX #5EAE8F Keppel

📋 copy color: '#5EAE8F'

red 94 ◦ green 174 ◦ blue 143

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

Shades of Keppel #5EAE8F

Tints of Keppel #5EAE8F

RGB

 RED value IS 94 (37.11% from 255) = 22.87%

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

 BLUE value IS 143 (56.25% from 255) = 34.79%

R = 22.87%
G = 42.34%
B = 34.79%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#5EAE8F (or 0x5EAE8F) is known color: Keppel. HEX triplet: 5E, AE and 8F. RGB value is (94,174,143). Sum of RGB (Red+Green+Blue) = 94+174+143=411 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.87% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAE8F is #A15170. Grayscale: #929292. Windows color (decimal): -10572145 or 9416286. OLE color: 9416286.

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

Color convert

RGB 94 174 143 -
CMYK 0.46 0 0.18 0.32
HSL 156.75º 0.33% 0.53% -
HSV(B) 156.75º 0.46% 0.68% -
XYZ 24.71 34.63 31.37 -
YUV 146.55 126 90.52 -
System Red Green Blue C M Y K H S L
Decimal 94 174 143 0.46 0 0.18 0.32 156.75 0.33 0.53
Hex 5E AE 8F 2E 0 12 20 9D 21 35
Octal 136 256 217 56 0 22 40 235 41 65
Binary 1011110 10101110 10001111 101110 0 10010 100000 10011101 100001 110101

Color Harmonies of #5EAE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAE8F

Black with #5EAE8F

Text Example


Text Example

White with #5EAE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,174,143); }

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

background-color css

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

 a { background-color: rgb(94,174,143); }

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

border-color css

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

 span { border-color: rgb(94,174,143); }

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