Html Css Color HEX #5EAC98 Keppel

📋 copy color: '#5EAC98'

red 94 ◦ green 172 ◦ blue 152

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

Shades of Keppel #5EAC98

Tints of Keppel #5EAC98

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.15%

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

R = 22.49%
G = 41.15%
B = 36.36%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#5EAC98 (or 0x5EAC98) is known color: Keppel. HEX triplet: 5E, AC and 98. RGB value is (94,172,152). Sum of RGB (Red+Green+Blue) = 94+172+152=418 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.49% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAC98 is #A15367. Grayscale: #929292. Windows color (decimal): -10572648 or 10005598. OLE color: 10005598.

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

Color convert

RGB 94 172 152 -
CMYK 0.45 0 0.12 0.33
HSL 164.62º 0.32% 0.52% -
HSV(B) 164.62º 0.45% 0.67% -
XYZ 25.04 34.15 34.98 -
YUV 146.4 131.16 90.63 -
System Red Green Blue C M Y K H S L
Decimal 94 172 152 0.45 0 0.12 0.33 164.62 0.32 0.52
Hex 5E AC 98 2D 0 C 21 A5 20 34
Octal 136 254 230 55 0 14 41 245 40 64
Binary 1011110 10101100 10011000 101101 0 1100 100001 10100101 100000 110100

Color Harmonies of #5EAC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAC98

Black with #5EAC98

Text Example


Text Example

White with #5EAC98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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