Html Css Color HEX #5EAE98 Keppel

📋 copy color: '#5EAE98'

red 94 ◦ green 174 ◦ blue 152

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

Shades of Keppel #5EAE98

Tints of Keppel #5EAE98

RGB

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

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

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

R = 22.38%
G = 41.43%
B = 36.19%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#5EAE98 (or 0x5EAE98) is known color: Keppel. HEX triplet: 5E, AE and 98. RGB value is (94,174,152). Sum of RGB (Red+Green+Blue) = 94+174+152=420 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.38% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAE98 is #A15167. Grayscale: #939393. Windows color (decimal): -10572136 or 10006110. OLE color: 10006110.

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

Color convert

RGB 94 174 152 -
CMYK 0.46 0 0.13 0.32
HSL 163.5º 0.33% 0.53% -
HSV(B) 163.5º 0.46% 0.68% -
XYZ 25.42 34.92 35.11 -
YUV 147.57 130.5 89.79 -
System Red Green Blue C M Y K H S L
Decimal 94 174 152 0.46 0 0.13 0.32 163.5 0.33 0.53
Hex 5E AE 98 2E 0 D 20 A4 21 35
Octal 136 256 230 56 0 15 40 244 41 65
Binary 1011110 10101110 10011000 101110 0 1101 100000 10100100 100001 110101

Color Harmonies of #5EAE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAE98

Black with #5EAE98

Text Example


Text Example

White with #5EAE98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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