Html Css Color HEX #5EBEA0 Keppel

📋 copy color: '#5EBEA0'

red 94 ◦ green 190 ◦ blue 160

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

Shades of Keppel #5EBEA0

Tints of Keppel #5EBEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.04%

R = 21.17%
G = 42.79%
B = 36.04%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#5EBEA0 (or 0x5EBEA0) is known color: Keppel. HEX triplet: 5E, BE and A0. RGB value is (94,190,160). Sum of RGB (Red+Green+Blue) = 94+190+160=444 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.17% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 190 - color contains mainly: green. Hex color #5EBEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBEA0 is #A1415F. Grayscale: #9D9D9D. Windows color (decimal): -10568032 or 10534494. OLE color: 10534494.

HSL color Cylindrical-coordinate representation of color #5EBEA0: hue angle of 161.25º 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 #5EBEA0 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 190 160 -
CMYK 0.51 0 0.16 0.25
HSL 161.25º 0.42% 0.56% -
HSV(B) 161.25º 0.51% 0.75% -
XYZ 29.37 41.74 39.77 -
YUV 157.88 129.2 82.44 -
System Red Green Blue C M Y K H S L
Decimal 94 190 160 0.51 0 0.16 0.25 161.25 0.42 0.56
Hex 5E BE A0 33 0 10 19 A1 2A 38
Octal 136 276 240 63 0 20 31 241 52 70
Binary 1011110 10111110 10100000 110011 0 10000 11001 10100001 101010 111000

Color Harmonies of #5EBEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBEA0

Black with #5EBEA0

Text Example


Text Example

White with #5EBEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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