Html Css Color HEX #53AD8C Keppel

📋 copy color: '#53AD8C'

red 83 ◦ green 173 ◦ blue 140

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

Shades of Keppel #53AD8C

Tints of Keppel #53AD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.35%

R = 20.96%
G = 43.69%
B = 35.35%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#53AD8C (or 0x53AD8C) is known color: Keppel. HEX triplet: 53, AD and 8C. RGB value is (83,173,140). Sum of RGB (Red+Green+Blue) = 83+173+140=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AD8C is #AC5273. Grayscale: #8E8E8E. Windows color (decimal): -11293300 or 9219411. OLE color: 9219411.

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

Color convert

RGB 83 173 140 -
CMYK 0.52 0 0.19 0.32
HSL 158º 0.35% 0.5% -
HSV(B) 158º 0.52% 0.68% -
XYZ 23.24 33.62 30.08 -
YUV 142.33 126.68 85.68 -
System Red Green Blue C M Y K H S L
Decimal 83 173 140 0.52 0 0.19 0.32 158 0.35 0.5
Hex 53 AD 8C 34 0 13 20 9E 23 32
Octal 123 255 214 64 0 23 40 236 43 62
Binary 1010011 10101101 10001100 110100 0 10011 100000 10011110 100011 110010

Color Harmonies of #53AD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AD8C

Black with #53AD8C

Text Example


Text Example

White with #53AD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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