Html Css Color HEX #5AAA9B Keppel

📋 copy color: '#5AAA9B'

red 90 ◦ green 170 ◦ blue 155

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

Shades of Keppel #5AAA9B

Tints of Keppel #5AAA9B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.96%

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

R = 21.69%
G = 40.96%
B = 37.35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#5AAA9B (or 0x5AAA9B) is known color: Keppel. HEX triplet: 5A, AA and 9B. RGB value is (90,170,155). Sum of RGB (Red+Green+Blue) = 90+170+155=415 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.69% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAA9B is #A55564. Grayscale: #909090. Windows color (decimal): -10835301 or 10201690. OLE color: 10201690.

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

Color convert

RGB 90 170 155 -
CMYK 0.47 0 0.09 0.33
HSL 168.75º 0.32% 0.51% -
HSV(B) 168.75º 0.47% 0.67% -
XYZ 24.51 33.29 36.14 -
YUV 144.37 134 89.22 -
System Red Green Blue C M Y K H S L
Decimal 90 170 155 0.47 0 0.09 0.33 168.75 0.32 0.51
Hex 5A AA 9B 2F 0 9 21 A9 20 33
Octal 132 252 233 57 0 11 41 251 40 63
Binary 1011010 10101010 10011011 101111 0 1001 100001 10101001 100000 110011

Color Harmonies of #5AAA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAA9B

Black with #5AAA9B

Text Example


Text Example

White with #5AAA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,170,155); }

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

background-color css

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

 a { background-color: rgb(90,170,155); }

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

border-color css

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

 span { border-color: rgb(90,170,155); }

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