Html Css Color HEX #53AC92 Keppel

📋 copy color: '#53AC92'

red 83 ◦ green 172 ◦ blue 146

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

Shades of Keppel #53AC92

Tints of Keppel #53AC92

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.89%

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

R = 20.7%
G = 42.89%
B = 36.41%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#53AC92 (or 0x53AC92) is known color: Keppel. HEX triplet: 53, AC and 92. RGB value is (83,172,146). Sum of RGB (Red+Green+Blue) = 83+172+146=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AC92 is #AC536D. Grayscale: #8E8E8E. Windows color (decimal): -11293550 or 9612371. OLE color: 9612371.

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

Color convert

RGB 83 172 146 -
CMYK 0.52 0 0.15 0.33
HSL 162.47º 0.35% 0.5% -
HSV(B) 162.47º 0.52% 0.67% -
XYZ 23.51 33.42 32.41 -
YUV 142.43 130.01 85.61 -
System Red Green Blue C M Y K H S L
Decimal 83 172 146 0.52 0 0.15 0.33 162.47 0.35 0.5
Hex 53 AC 92 34 0 F 21 A2 23 32
Octal 123 254 222 64 0 17 41 242 43 62
Binary 1010011 10101100 10010010 110100 0 1111 100001 10100010 100011 110010

Color Harmonies of #53AC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AC92

Black with #53AC92

Text Example


Text Example

White with #53AC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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