Html Css Color HEX #5EBAA0 Keppel

📋 copy color: '#5EBAA0'

red 94 ◦ green 186 ◦ blue 160

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

Shades of Keppel #5EBAA0

Tints of Keppel #5EBAA0

RGB

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

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

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

R = 21.36%
G = 42.27%
B = 36.36%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#5EBAA0 (or 0x5EBAA0) is known color: Keppel. HEX triplet: 5E, BA and A0. RGB value is (94,186,160). Sum of RGB (Red+Green+Blue) = 94+186+160=440 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.36% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBAA0 is #A1455F. Grayscale: #9B9B9B. Windows color (decimal): -10569056 or 10533470. OLE color: 10533470.

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

Color convert

RGB 94 186 160 -
CMYK 0.49 0 0.14 0.27
HSL 163.04º 0.4% 0.55% -
HSV(B) 163.04º 0.49% 0.73% -
XYZ 28.52 40.04 39.48 -
YUV 155.53 130.52 84.11 -
System Red Green Blue C M Y K H S L
Decimal 94 186 160 0.49 0 0.14 0.27 163.04 0.4 0.55
Hex 5E BA A0 31 0 E 1B A3 28 37
Octal 136 272 240 61 0 16 33 243 50 67
Binary 1011110 10111010 10100000 110001 0 1110 11011 10100011 101000 110111

Color Harmonies of #5EBAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBAA0

Black with #5EBAA0

Text Example


Text Example

White with #5EBAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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