Html Css Color HEX #5AAA8B Keppel

📋 copy color: '#5AAA8B'

red 90 ◦ green 170 ◦ blue 139

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

Shades of Keppel #5AAA8B

Tints of Keppel #5AAA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.84%

R = 22.56%
G = 42.61%
B = 34.84%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#5AAA8B (or 0x5AAA8B) is known color: Keppel. HEX triplet: 5A, AA and 8B. RGB value is (90,170,139). Sum of RGB (Red+Green+Blue) = 90+170+139=399 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.56% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAA8B is #A55574. Grayscale: #8E8E8E. Windows color (decimal): -10835317 or 9153114. OLE color: 9153114.

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

Color convert

RGB 90 170 139 -
CMYK 0.47 0 0.18 0.33
HSL 156.75º 0.32% 0.51% -
HSV(B) 156.75º 0.47% 0.67% -
XYZ 23.25 32.79 29.53 -
YUV 142.55 126 90.52 -
System Red Green Blue C M Y K H S L
Decimal 90 170 139 0.47 0 0.18 0.33 156.75 0.32 0.51
Hex 5A AA 8B 2F 0 12 21 9D 20 33
Octal 132 252 213 57 0 22 41 235 40 63
Binary 1011010 10101010 10001011 101111 0 10010 100001 10011101 100000 110011

Color Harmonies of #5AAA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAA8B

Black with #5AAA8B

Text Example


Text Example

White with #5AAA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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