Html Css Color HEX #5AA992 Keppel

📋 copy color: '#5AA992'

red 90 ◦ green 169 ◦ blue 146

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

Shades of Keppel #5AA992

Tints of Keppel #5AA992

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.73%

 BLUE value IS 146 (57.42% from 255) = 36.05%

R = 22.22%
G = 41.73%
B = 36.05%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#5AA992 (or 0x5AA992) is known color: Keppel. HEX triplet: 5A, A9 and 92. RGB value is (90,169,146). Sum of RGB (Red+Green+Blue) = 90+169+146=405 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.22% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 169 - color contains mainly: green. Hex color #5AA992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA992 is #A5566D. Grayscale: #8E8E8E. Windows color (decimal): -10835566 or 9611610. OLE color: 9611610.

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

Color convert

RGB 90 169 146 -
CMYK 0.47 0 0.14 0.34
HSL 162.53º 0.31% 0.51% -
HSV(B) 162.53º 0.47% 0.66% -
XYZ 23.59 32.62 32.25 -
YUV 142.76 129.83 90.37 -
System Red Green Blue C M Y K H S L
Decimal 90 169 146 0.47 0 0.14 0.34 162.53 0.31 0.51
Hex 5A A9 92 2F 0 E 22 A3 1F 33
Octal 132 251 222 57 0 16 42 243 37 63
Binary 1011010 10101001 10010010 101111 0 1110 100010 10100011 11111 110011

Color Harmonies of #5AA992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA992

Black with #5AA992

Text Example


Text Example

White with #5AA992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,169,146); }

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

background-color css

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

 a { background-color: rgb(90,169,146); }

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

border-color css

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

 span { border-color: rgb(90,169,146); }

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