Html Css Color HEX #5EAD9B Keppel

📋 copy color: '#5EAD9B'

red 94 ◦ green 173 ◦ blue 155

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

Shades of Keppel #5EAD9B

Tints of Keppel #5EAD9B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41%

 BLUE value IS 155 (60.94% from 255) = 36.73%

R = 22.27%
G = 41%
B = 36.73%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#5EAD9B (or 0x5EAD9B) is known color: Keppel. HEX triplet: 5E, AD and 9B. RGB value is (94,173,155). Sum of RGB (Red+Green+Blue) = 94+173+155=422 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.27% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 173 - color contains mainly: green. Hex color #5EAD9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAD9B is #A15264. Grayscale: #939393. Windows color (decimal): -10572389 or 10202462. OLE color: 10202462.

HSL color Cylindrical-coordinate representation of color #5EAD9B: hue angle of 166.33º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EAD9B is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 94 173 155 -
CMYK 0.46 0 0.10 0.32
HSL 166.33º 0.33% 0.52% -
HSV(B) 166.33º 0.46% 0.68% -
XYZ 25.48 34.63 36.35 -
YUV 147.33 132.33 89.96 -
System Red Green Blue C M Y K H S L
Decimal 94 173 155 0.46 0 0.10 0.32 166.33 0.33 0.52
Hex 5E AD 9B 2E 0 A 20 A6 21 34
Octal 136 255 233 56 0 12 40 246 41 64
Binary 1011110 10101101 10011011 101110 0 1010 100000 10100110 100001 110100

Color Harmonies of #5EAD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAD9B

Black with #5EAD9B

Text Example


Text Example

White with #5EAD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,173,155); }

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

background-color css

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

 a { background-color: rgb(94,173,155); }

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

border-color css

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

 span { border-color: rgb(94,173,155); }

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