Html Css Color HEX #5AAB9C Keppel

📋 copy color: '#5AAB9C'

red 90 ◦ green 171 ◦ blue 156

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

Shades of Keppel #5AAB9C

Tints of Keppel #5AAB9C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.01%

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

R = 21.58%
G = 41.01%
B = 37.41%

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

#5AAB9C (or 0x5AAB9C) is known color: Keppel. HEX triplet: 5A, AB and 9C. RGB value is (90,171,156). Sum of RGB (Red+Green+Blue) = 90+171+156=417 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.58% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAB9C is #A55463. Grayscale: #919191. Windows color (decimal): -10835044 or 10267482. OLE color: 10267482.

HSL color Cylindrical-coordinate representation of color #5AAB9C: hue angle of 168.89º degrees, saturation: 0.33, 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 #5AAB9C is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 171 156 -
CMYK 0.47 0 0.09 0.33
HSL 168.89º 0.33% 0.51% -
HSV(B) 168.89º 0.47% 0.67% -
XYZ 24.78 33.7 36.65 -
YUV 145.07 134.16 88.72 -
System Red Green Blue C M Y K H S L
Decimal 90 171 156 0.47 0 0.09 0.33 168.89 0.33 0.51
Hex 5A AB 9C 2F 0 9 21 A9 21 33
Octal 132 253 234 57 0 11 41 251 41 63
Binary 1011010 10101011 10011100 101111 0 1001 100001 10101001 100001 110011

Color Harmonies of #5AAB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAB9C

Black with #5AAB9C

Text Example


Text Example

White with #5AAB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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