Html Css Color HEX #5AAE9C Keppel

📋 copy color: '#5AAE9C'

red 90 ◦ green 174 ◦ blue 156

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

Shades of Keppel #5AAE9C

Tints of Keppel #5AAE9C

RGB

 RED value IS 90 (35.55% from 255) = 21.43%

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

 BLUE value IS 156 (61.33% from 255) = 37.14%

R = 21.43%
G = 41.43%
B = 37.14%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#5AAE9C (or 0x5AAE9C) is known color: Keppel. HEX triplet: 5A, AE and 9C. RGB value is (90,174,156). Sum of RGB (Red+Green+Blue) = 90+174+156=420 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.43% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAE9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAE9C is #A55163. Grayscale: #929292. Windows color (decimal): -10834276 or 10268250. OLE color: 10268250.

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

Color convert

RGB 90 174 156 -
CMYK 0.48 0 0.10 0.32
HSL 167.14º 0.34% 0.52% -
HSV(B) 167.14º 0.48% 0.68% -
XYZ 25.35 34.85 36.84 -
YUV 146.83 133.17 87.46 -
System Red Green Blue C M Y K H S L
Decimal 90 174 156 0.48 0 0.10 0.32 167.14 0.34 0.52
Hex 5A AE 9C 30 0 A 20 A7 22 34
Octal 132 256 234 60 0 12 40 247 42 64
Binary 1011010 10101110 10011100 110000 0 1010 100000 10100111 100010 110100

Color Harmonies of #5AAE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAE9C

Black with #5AAE9C

Text Example


Text Example

White with #5AAE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,174,156); }

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

background-color css

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

 a { background-color: rgb(90,174,156); }

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

border-color css

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

 span { border-color: rgb(90,174,156); }

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