Html Css Color HEX #5AA895 Keppel

📋 copy color: '#5AA895'

red 90 ◦ green 168 ◦ blue 149

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

Shades of Keppel #5AA895

Tints of Keppel #5AA895

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.28%

 BLUE value IS 149 (58.59% from 255) = 36.61%

R = 22.11%
G = 41.28%
B = 36.61%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#5AA895 (or 0x5AA895) is known color: Keppel. HEX triplet: 5A, A8 and 95. RGB value is (90,168,149). Sum of RGB (Red+Green+Blue) = 90+168+149=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 168 - color contains mainly: green. Hex color #5AA895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA895 is #A5576A. Grayscale: #8E8E8E. Windows color (decimal): -10835819 or 9807962. OLE color: 9807962.

HSL color Cylindrical-coordinate representation of color #5AA895: hue angle of 165.38º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5AA895 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 90 168 149 -
CMYK 0.46 0 0.11 0.34
HSL 165.38º 0.31% 0.51% -
HSV(B) 165.38º 0.46% 0.66% -
XYZ 23.64 32.35 33.43 -
YUV 142.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 90 168 149 0.46 0 0.11 0.34 165.38 0.31 0.51
Hex 5A A8 95 2E 0 B 22 A5 1F 33
Octal 132 250 225 56 0 13 42 245 37 63
Binary 1011010 10101000 10010101 101110 0 1011 100010 10100101 11111 110011

Color Harmonies of #5AA895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA895

Black with #5AA895

Text Example


Text Example

White with #5AA895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,168,149); }

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

background-color css

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

 a { background-color: rgb(90,168,149); }

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

border-color css

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

 span { border-color: rgb(90,168,149); }

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