Html Css Color HEX #5EBA94 Keppel

📋 copy color: '#5EBA94'

red 94 ◦ green 186 ◦ blue 148

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

Shades of Keppel #5EBA94

Tints of Keppel #5EBA94

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.46%

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

R = 21.96%
G = 43.46%
B = 34.58%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#5EBA94 (or 0x5EBA94) is known color: Keppel. HEX triplet: 5E, BA and 94. RGB value is (94,186,148). Sum of RGB (Red+Green+Blue) = 94+186+148=428 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.96% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBA94 is #A1456B. Grayscale: #9A9A9A. Windows color (decimal): -10569068 or 9747038. OLE color: 9747038.

HSL color Cylindrical-coordinate representation of color #5EBA94: hue angle of 155.22º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5EBA94 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 186 148 -
CMYK 0.49 0 0.20 0.27
HSL 155.22º 0.4% 0.55% -
HSV(B) 155.22º 0.49% 0.73% -
XYZ 27.52 39.64 34.22 -
YUV 154.16 124.52 85.09 -
System Red Green Blue C M Y K H S L
Decimal 94 186 148 0.49 0 0.20 0.27 155.22 0.4 0.55
Hex 5E BA 94 31 0 14 1B 9B 28 37
Octal 136 272 224 61 0 24 33 233 50 67
Binary 1011110 10111010 10010100 110001 0 10100 11011 10011011 101000 110111

Color Harmonies of #5EBA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBA94

Black with #5EBA94

Text Example


Text Example

White with #5EBA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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