Html Css Color HEX #5EAEA0 Keppel

📋 copy color: '#5EAEA0'

red 94 ◦ green 174 ◦ blue 160

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

Shades of Keppel #5EAEA0

Tints of Keppel #5EAEA0

RGB

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

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

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

R = 21.96%
G = 40.65%
B = 37.38%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#5EAEA0 (or 0x5EAEA0) is known color: Keppel. HEX triplet: 5E, AE and A0. RGB value is (94,174,160). Sum of RGB (Red+Green+Blue) = 94+174+160=428 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.96% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAEA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAEA0 is #A1515F. Grayscale: #949494. Windows color (decimal): -10572128 or 10530398. OLE color: 10530398.

HSL color Cylindrical-coordinate representation of color #5EAEA0: hue angle of 169.5º 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 #5EAEA0 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 94 174 160 -
CMYK 0.46 0 0.08 0.32
HSL 169.5º 0.33% 0.53% -
HSV(B) 169.5º 0.46% 0.68% -
XYZ 26.1 35.19 38.67 -
YUV 148.48 134.5 89.14 -
System Red Green Blue C M Y K H S L
Decimal 94 174 160 0.46 0 0.08 0.32 169.5 0.33 0.53
Hex 5E AE A0 2E 0 8 20 AA 21 35
Octal 136 256 240 56 0 10 40 252 41 65
Binary 1011110 10101110 10100000 101110 0 1000 100000 10101010 100001 110101

Color Harmonies of #5EAEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAEA0

Black with #5EAEA0

Text Example


Text Example

White with #5EAEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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