Html Css Color HEX #53AA96 Keppel

📋 copy color: '#53AA96'

red 83 ◦ green 170 ◦ blue 150

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

Shades of Keppel #53AA96

Tints of Keppel #53AA96

RGB

 RED value IS 83 (32.81% from 255) = 20.6%

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

 BLUE value IS 150 (58.98% from 255) = 37.22%

R = 20.6%
G = 42.18%
B = 37.22%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#53AA96 (or 0x53AA96) is known color: Keppel. HEX triplet: 53, AA and 96. RGB value is (83,170,150). Sum of RGB (Red+Green+Blue) = 83+170+150=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AA96 is #AC5569. Grayscale: #8D8D8D. Windows color (decimal): -11294058 or 9874003. OLE color: 9874003.

HSL color Cylindrical-coordinate representation of color #53AA96: hue angle of 166.21º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53AA96 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 170 150 -
CMYK 0.51 0 0.12 0.33
HSL 166.21º 0.34% 0.5% -
HSV(B) 166.21º 0.51% 0.67% -
XYZ 23.45 32.79 33.95 -
YUV 141.71 132.68 86.13 -
System Red Green Blue C M Y K H S L
Decimal 83 170 150 0.51 0 0.12 0.33 166.21 0.34 0.5
Hex 53 AA 96 33 0 C 21 A6 22 32
Octal 123 252 226 63 0 14 41 246 42 62
Binary 1010011 10101010 10010110 110011 0 1100 100001 10100110 100010 110010

Color Harmonies of #53AA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AA96

Black with #53AA96

Text Example


Text Example

White with #53AA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53AA96; }

 p { color: rgb(83,170,150); }

 H1.HeaderClassName
 {
   color: #53AA96;
 }
 .AnyTagClassName
 {
   color: #53AA96;
 }
</style>

background-color css

<style>
 a { background-color: #53AA96; }

 a { background-color: rgb(83,170,150); }

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

border-color css

<style>
 span { border-color: #53AA96; }

 span { border-color: rgb(83,170,150); }

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