Html Css Color HEX #5EA694 Keppel

📋 copy color: '#5EA694'

red 94 ◦ green 166 ◦ blue 148

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

Shades of Keppel #5EA694

Tints of Keppel #5EA694

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.69%

 BLUE value IS 148 (58.2% from 255) = 36.27%

R = 23.04%
G = 40.69%
B = 36.27%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#5EA694 (or 0x5EA694) is known color: Keppel. HEX triplet: 5E, A6 and 94. RGB value is (94,166,148). Sum of RGB (Red+Green+Blue) = 94+166+148=408 (54% of max value = 765). Red value is 94 (37.11% from 255 or 23.04% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 166 - color contains mainly: green. Hex color #5EA694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA694 is #A1596B. Grayscale: #8E8E8E. Windows color (decimal): -10574188 or 9741918. OLE color: 9741918.

HSL color Cylindrical-coordinate representation of color #5EA694: hue angle of 165º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5EA694 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 94 166 148 -
CMYK 0.43 0 0.11 0.35
HSL 165º 0.29% 0.51% -
HSV(B) 165º 0.43% 0.65% -
XYZ 23.6 31.79 32.91 -
YUV 142.42 131.15 93.46 -
System Red Green Blue C M Y K H S L
Decimal 94 166 148 0.43 0 0.11 0.35 165 0.29 0.51
Hex 5E A6 94 2B 0 B 23 A5 1D 33
Octal 136 246 224 53 0 13 43 245 35 63
Binary 1011110 10100110 10010100 101011 0 1011 100011 10100101 11101 110011

Color Harmonies of #5EA694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA694

Black with #5EA694

Text Example


Text Example

White with #5EA694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,166,148); }

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

background-color css

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

 a { background-color: rgb(94,166,148); }

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

border-color css

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

 span { border-color: rgb(94,166,148); }

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