Html Css Color HEX #5EBA9D Keppel

📋 copy color: '#5EBA9D'

red 94 ◦ green 186 ◦ blue 157

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

Shades of Keppel #5EBA9D

Tints of Keppel #5EBA9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.93%

R = 21.51%
G = 42.56%
B = 35.93%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#5EBA9D (or 0x5EBA9D) is known color: Keppel. HEX triplet: 5E, BA and 9D. RGB value is (94,186,157). Sum of RGB (Red+Green+Blue) = 94+186+157=437 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.51% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBA9D is #A14562. Grayscale: #9B9B9B. Windows color (decimal): -10569059 or 10336862. OLE color: 10336862.

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

Color convert

RGB 94 186 157 -
CMYK 0.49 0 0.16 0.27
HSL 161.09º 0.4% 0.55% -
HSV(B) 161.09º 0.49% 0.73% -
XYZ 28.26 39.93 38.12 -
YUV 155.19 129.02 84.36 -
System Red Green Blue C M Y K H S L
Decimal 94 186 157 0.49 0 0.16 0.27 161.09 0.4 0.55
Hex 5E BA 9D 31 0 10 1B A1 28 37
Octal 136 272 235 61 0 20 33 241 50 67
Binary 1011110 10111010 10011101 110001 0 10000 11011 10100001 101000 110111

Color Harmonies of #5EBA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBA9D

Black with #5EBA9D

Text Example


Text Example

White with #5EBA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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