Html Css Color HEX #5AA99D Keppel

📋 copy color: '#5AA99D'

red 90 ◦ green 169 ◦ blue 157

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

Shades of Keppel #5AA99D

Tints of Keppel #5AA99D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.74%

R = 21.63%
G = 40.63%
B = 37.74%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#5AA99D (or 0x5AA99D) is known color: Keppel. HEX triplet: 5A, A9 and 9D. RGB value is (90,169,157). Sum of RGB (Red+Green+Blue) = 90+169+157=416 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.63% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 169 - color contains mainly: green. Hex color #5AA99D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA99D is #A55662. Grayscale: #8F8F8F. Windows color (decimal): -10835555 or 10332506. OLE color: 10332506.

HSL color Cylindrical-coordinate representation of color #5AA99D: hue angle of 170.89º 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 #5AA99D is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 90 169 157 -
CMYK 0.47 0 0.07 0.34
HSL 170.89º 0.31% 0.51% -
HSV(B) 170.89º 0.47% 0.66% -
XYZ 24.49 32.98 36.97 -
YUV 144.01 135.33 89.48 -
System Red Green Blue C M Y K H S L
Decimal 90 169 157 0.47 0 0.07 0.34 170.89 0.31 0.51
Hex 5A A9 9D 2F 0 7 22 AB 1F 33
Octal 132 251 235 57 0 7 42 253 37 63
Binary 1011010 10101001 10011101 101111 0 111 100010 10101011 11111 110011

Color Harmonies of #5AA99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA99D

Black with #5AA99D

Text Example


Text Example

White with #5AA99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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