Html Css Color HEX #53AB93 Keppel

📋 copy color: '#53AB93'

red 83 ◦ green 171 ◦ blue 147

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

Shades of Keppel #53AB93

Tints of Keppel #53AB93

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.64%

 BLUE value IS 147 (57.81% from 255) = 36.66%

R = 20.7%
G = 42.64%
B = 36.66%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#53AB93 (or 0x53AB93) is known color: Keppel. HEX triplet: 53, AB and 93. RGB value is (83,171,147). Sum of RGB (Red+Green+Blue) = 83+171+147=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AB93 is #AC546C. Grayscale: #8D8D8D. Windows color (decimal): -11293805 or 9677651. OLE color: 9677651.

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

Color convert

RGB 83 171 147 -
CMYK 0.51 0 0.14 0.33
HSL 163.64º 0.35% 0.5% -
HSV(B) 163.64º 0.51% 0.67% -
XYZ 23.4 33.07 32.75 -
YUV 141.95 130.85 85.95 -
System Red Green Blue C M Y K H S L
Decimal 83 171 147 0.51 0 0.14 0.33 163.64 0.35 0.5
Hex 53 AB 93 33 0 E 21 A4 23 32
Octal 123 253 223 63 0 16 41 244 43 62
Binary 1010011 10101011 10010011 110011 0 1110 100001 10100100 100011 110010

Color Harmonies of #53AB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AB93

Black with #53AB93

Text Example


Text Example

White with #53AB93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,171,147); }

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

background-color css

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

 a { background-color: rgb(83,171,147); }

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

border-color css

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

 span { border-color: rgb(83,171,147); }

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