Html Css Color HEX #5EAE9F Keppel

📋 copy color: '#5EAE9F'

red 94 ◦ green 174 ◦ blue 159

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

Shades of Keppel #5EAE9F

Tints of Keppel #5EAE9F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.75%

 BLUE value IS 159 (62.5% from 255) = 37.24%

R = 22.01%
G = 40.75%
B = 37.24%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#5EAE9F (or 0x5EAE9F) is known color: Keppel. HEX triplet: 5E, AE and 9F. RGB value is (94,174,159). Sum of RGB (Red+Green+Blue) = 94+174+159=427 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.01% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAE9F is #A15160. Grayscale: #949494. Windows color (decimal): -10572129 or 10464862. OLE color: 10464862.

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

Color convert

RGB 94 174 159 -
CMYK 0.46 0 0.09 0.32
HSL 168.75º 0.33% 0.53% -
HSV(B) 168.75º 0.46% 0.68% -
XYZ 26.01 35.15 38.22 -
YUV 148.37 134 89.22 -
System Red Green Blue C M Y K H S L
Decimal 94 174 159 0.46 0 0.09 0.32 168.75 0.33 0.53
Hex 5E AE 9F 2E 0 9 20 A9 21 35
Octal 136 256 237 56 0 11 40 251 41 65
Binary 1011110 10101110 10011111 101110 0 1001 100000 10101001 100001 110101

Color Harmonies of #5EAE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAE9F

Black with #5EAE9F

Text Example


Text Example

White with #5EAE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,174,159); }

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

background-color css

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

 a { background-color: rgb(94,174,159); }

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

border-color css

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

 span { border-color: rgb(94,174,159); }

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