Html Css Color HEX #5EAA98 Keppel

📋 copy color: '#5EAA98'

red 94 ◦ green 170 ◦ blue 152

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

Shades of Keppel #5EAA98

Tints of Keppel #5EAA98

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.87%

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

R = 22.6%
G = 40.87%
B = 36.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#5EAA98 (or 0x5EAA98) is known color: Keppel. HEX triplet: 5E, AA and 98. RGB value is (94,170,152). Sum of RGB (Red+Green+Blue) = 94+170+152=416 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.60% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAA98 is #A15567. Grayscale: #919191. Windows color (decimal): -10573160 or 10005086. OLE color: 10005086.

HSL color Cylindrical-coordinate representation of color #5EAA98: hue angle of 165.79º degrees, saturation: 0.31, 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 #5EAA98 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 170 152 -
CMYK 0.45 0 0.11 0.33
HSL 165.79º 0.31% 0.52% -
HSV(B) 165.79º 0.45% 0.67% -
XYZ 24.66 33.4 34.85 -
YUV 145.22 131.82 91.46 -
System Red Green Blue C M Y K H S L
Decimal 94 170 152 0.45 0 0.11 0.33 165.79 0.31 0.52
Hex 5E AA 98 2D 0 B 21 A6 1F 34
Octal 136 252 230 55 0 13 41 246 37 64
Binary 1011110 10101010 10011000 101101 0 1011 100001 10100110 11111 110100

Color Harmonies of #5EAA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAA98

Black with #5EAA98

Text Example


Text Example

White with #5EAA98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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