Html Css Color HEX #53AD92 Keppel

📋 copy color: '#53AD92'

red 83 ◦ green 173 ◦ blue 146

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

Shades of Keppel #53AD92

Tints of Keppel #53AD92

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.03%

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

R = 20.65%
G = 43.03%
B = 36.32%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#53AD92 (or 0x53AD92) is known color: Keppel. HEX triplet: 53, AD and 92. RGB value is (83,173,146). Sum of RGB (Red+Green+Blue) = 83+173+146=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AD92 is #AC526D. Grayscale: #8F8F8F. Windows color (decimal): -11293294 or 9612627. OLE color: 9612627.

HSL color Cylindrical-coordinate representation of color #53AD92: hue angle of 162º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AD92 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 173 146 -
CMYK 0.52 0 0.16 0.32
HSL 162º 0.35% 0.5% -
HSV(B) 162º 0.52% 0.68% -
XYZ 23.7 33.8 32.47 -
YUV 143.01 129.68 85.2 -
System Red Green Blue C M Y K H S L
Decimal 83 173 146 0.52 0 0.16 0.32 162 0.35 0.5
Hex 53 AD 92 34 0 10 20 A2 23 32
Octal 123 255 222 64 0 20 40 242 43 62
Binary 1010011 10101101 10010010 110100 0 10000 100000 10100010 100011 110010

Color Harmonies of #53AD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AD92

Black with #53AD92

Text Example


Text Example

White with #53AD92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,173,146); }

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

background-color css

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

 a { background-color: rgb(83,173,146); }

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

border-color css

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

 span { border-color: rgb(83,173,146); }

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