Html Css Color HEX #53AD9A Keppel

📋 copy color: '#53AD9A'

red 83 ◦ green 173 ◦ blue 154

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

Shades of Keppel #53AD9A

Tints of Keppel #53AD9A

RGB

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

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

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

R = 20.24%
G = 42.2%
B = 37.56%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#53AD9A (or 0x53AD9A) is known color: Keppel. HEX triplet: 53, AD and 9A. RGB value is (83,173,154). Sum of RGB (Red+Green+Blue) = 83+173+154=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AD9A is #AC5265. Grayscale: #8F8F8F. Windows color (decimal): -11293286 or 10136915. OLE color: 10136915.

HSL color Cylindrical-coordinate representation of color #53AD9A: hue angle of 167.33º 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 #53AD9A is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 173 154 -
CMYK 0.52 0 0.11 0.32
HSL 167.33º 0.35% 0.5% -
HSV(B) 167.33º 0.52% 0.68% -
XYZ 24.34 34.06 35.86 -
YUV 143.92 133.68 84.54 -
System Red Green Blue C M Y K H S L
Decimal 83 173 154 0.52 0 0.11 0.32 167.33 0.35 0.5
Hex 53 AD 9A 34 0 B 20 A7 23 32
Octal 123 255 232 64 0 13 40 247 43 62
Binary 1010011 10101101 10011010 110100 0 1011 100000 10100111 100011 110010

Color Harmonies of #53AD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AD9A

Black with #53AD9A

Text Example


Text Example

White with #53AD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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