Html Css Color HEX #5AAF9A Keppel

📋 copy color: '#5AAF9A'

red 90 ◦ green 175 ◦ blue 154

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

Shades of Keppel #5AAF9A

Tints of Keppel #5AAF9A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.77%

 BLUE value IS 154 (60.55% from 255) = 36.75%

R = 21.48%
G = 41.77%
B = 36.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#5AAF9A (or 0x5AAF9A) is known color: Keppel. HEX triplet: 5A, AF and 9A. RGB value is (90,175,154). Sum of RGB (Red+Green+Blue) = 90+175+154=419 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.48% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAF9A is #A55065. Grayscale: #939393. Windows color (decimal): -10834022 or 10137434. OLE color: 10137434.

HSL color Cylindrical-coordinate representation of color #5AAF9A: hue angle of 165.18º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AAF9A is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 90 175 154 -
CMYK 0.49 0 0.12 0.31
HSL 165.18º 0.35% 0.52% -
HSV(B) 165.18º 0.49% 0.69% -
XYZ 25.38 35.17 36.02 -
YUV 147.19 131.84 87.21 -
System Red Green Blue C M Y K H S L
Decimal 90 175 154 0.49 0 0.12 0.31 165.18 0.35 0.52
Hex 5A AF 9A 31 0 C 1F A5 23 34
Octal 132 257 232 61 0 14 37 245 43 64
Binary 1011010 10101111 10011010 110001 0 1100 11111 10100101 100011 110100

Color Harmonies of #5AAF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAF9A

Black with #5AAF9A

Text Example


Text Example

White with #5AAF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,175,154); }

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

background-color css

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

 a { background-color: rgb(90,175,154); }

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

border-color css

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

 span { border-color: rgb(90,175,154); }

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