Html Css Color HEX #5EBE9A Keppel

📋 copy color: '#5EBE9A'

red 94 ◦ green 190 ◦ blue 154

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

Shades of Keppel #5EBE9A

Tints of Keppel #5EBE9A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.38%

 BLUE value IS 154 (60.55% from 255) = 35.16%

R = 21.46%
G = 43.38%
B = 35.16%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#5EBE9A (or 0x5EBE9A) is known color: Keppel. HEX triplet: 5E, BE and 9A. RGB value is (94,190,154). Sum of RGB (Red+Green+Blue) = 94+190+154=438 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.46% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #5EBE9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBE9A is #A14165. Grayscale: #9D9D9D. Windows color (decimal): -10568038 or 10141278. OLE color: 10141278.

HSL color Cylindrical-coordinate representation of color #5EBE9A: hue angle of 157.5º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EBE9A is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 190 154 -
CMYK 0.51 0 0.19 0.25
HSL 157.5º 0.42% 0.56% -
HSV(B) 157.5º 0.51% 0.75% -
XYZ 28.86 41.54 37.07 -
YUV 157.19 126.2 82.93 -
System Red Green Blue C M Y K H S L
Decimal 94 190 154 0.51 0 0.19 0.25 157.5 0.42 0.56
Hex 5E BE 9A 33 0 13 19 9E 2A 38
Octal 136 276 232 63 0 23 31 236 52 70
Binary 1011110 10111110 10011010 110011 0 10011 11001 10011110 101010 111000

Color Harmonies of #5EBE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBE9A

Black with #5EBE9A

Text Example


Text Example

White with #5EBE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,190,154); }

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

background-color css

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

 a { background-color: rgb(94,190,154); }

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

border-color css

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

 span { border-color: rgb(94,190,154); }

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