Html Css Color HEX #5EBA9E Keppel

📋 copy color: '#5EBA9E'

red 94 ◦ green 186 ◦ blue 158

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

Shades of Keppel #5EBA9E

Tints of Keppel #5EBA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.07%

R = 21.46%
G = 42.47%
B = 36.07%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#5EBA9E (or 0x5EBA9E) is known color: Keppel. HEX triplet: 5E, BA and 9E. RGB value is (94,186,158). Sum of RGB (Red+Green+Blue) = 94+186+158=438 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.46% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBA9E is #A14561. Grayscale: #9B9B9B. Windows color (decimal): -10569058 or 10402398. OLE color: 10402398.

HSL color Cylindrical-coordinate representation of color #5EBA9E: hue angle of 161.74º 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 #5EBA9E is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 186 158 -
CMYK 0.49 0 0.15 0.27
HSL 161.74º 0.4% 0.55% -
HSV(B) 161.74º 0.49% 0.73% -
XYZ 28.35 39.97 38.57 -
YUV 155.3 129.52 84.28 -
System Red Green Blue C M Y K H S L
Decimal 94 186 158 0.49 0 0.15 0.27 161.74 0.4 0.55
Hex 5E BA 9E 31 0 F 1B A2 28 37
Octal 136 272 236 61 0 17 33 242 50 67
Binary 1011110 10111010 10011110 110001 0 1111 11011 10100010 101000 110111

Color Harmonies of #5EBA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBA9E

Black with #5EBA9E

Text Example


Text Example

White with #5EBA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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