Html Css Color HEX #53AC90 Keppel

📋 copy color: '#53AC90'

red 83 ◦ green 172 ◦ blue 144

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

Shades of Keppel #53AC90

Tints of Keppel #53AC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.09%

R = 20.8%
G = 43.11%
B = 36.09%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#53AC90 (or 0x53AC90) is known color: Keppel. HEX triplet: 53, AC and 90. RGB value is (83,172,144). Sum of RGB (Red+Green+Blue) = 83+172+144=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AC90 is #AC536F. Grayscale: #8E8E8E. Windows color (decimal): -11293552 or 9481299. OLE color: 9481299.

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

Color convert

RGB 83 172 144 -
CMYK 0.52 0 0.16 0.33
HSL 161.12º 0.35% 0.5% -
HSV(B) 161.12º 0.52% 0.67% -
XYZ 23.35 33.36 31.59 -
YUV 142.2 129.01 85.78 -
System Red Green Blue C M Y K H S L
Decimal 83 172 144 0.52 0 0.16 0.33 161.12 0.35 0.5
Hex 53 AC 90 34 0 10 21 A1 23 32
Octal 123 254 220 64 0 20 41 241 43 62
Binary 1010011 10101100 10010000 110100 0 10000 100001 10100001 100011 110010

Color Harmonies of #53AC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AC90

Black with #53AC90

Text Example


Text Example

White with #53AC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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