Html Css Color HEX #53AA99 Keppel

📋 copy color: '#53AA99'

red 83 ◦ green 170 ◦ blue 153

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

Shades of Keppel #53AA99

Tints of Keppel #53AA99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.68%

R = 20.44%
G = 41.87%
B = 37.68%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#53AA99 (or 0x53AA99) is known color: Keppel. HEX triplet: 53, AA and 99. RGB value is (83,170,153). Sum of RGB (Red+Green+Blue) = 83+170+153=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AA99 is #AC5566. Grayscale: #8E8E8E. Windows color (decimal): -11294055 or 10070611. OLE color: 10070611.

HSL color Cylindrical-coordinate representation of color #53AA99: hue angle of 168.28º 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 #53AA99 is Cyan = 0.51, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 170 153 -
CMYK 0.51 0 0.1 0.33
HSL 168.28º 0.34% 0.5% -
HSV(B) 168.28º 0.51% 0.67% -
XYZ 23.69 32.89 35.24 -
YUV 142.05 134.18 85.88 -
System Red Green Blue C M Y K H S L
Decimal 83 170 153 0.51 0 0.1 0.33 168.28 0.34 0.5
Hex 53 AA 99 33 0 A 21 A8 22 32
Octal 123 252 231 63 0 12 41 250 42 62
Binary 1010011 10101010 10011001 110011 0 1010 100001 10101000 100010 110010

Color Harmonies of #53AA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AA99

Black with #53AA99

Text Example


Text Example

White with #53AA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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