Html Css Color HEX #53B49A Keppel

📋 copy color: '#53B49A'

red 83 ◦ green 180 ◦ blue 154

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

Shades of Keppel #53B49A

Tints of Keppel #53B49A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.17%

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

R = 19.9%
G = 43.17%
B = 36.93%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#53B49A (or 0x53B49A) is known color: Keppel. HEX triplet: 53, B4 and 9A. RGB value is (83,180,154). Sum of RGB (Red+Green+Blue) = 83+180+154=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 180 - color contains mainly: green. Hex color #53B49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B49A is #AC4B65. Grayscale: #949494. Windows color (decimal): -11291494 or 10138707. OLE color: 10138707.

HSL color Cylindrical-coordinate representation of color #53B49A: hue angle of 163.92º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B49A is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 180 154 -
CMYK 0.54 0 0.14 0.29
HSL 163.92º 0.39% 0.52% -
HSV(B) 163.92º 0.54% 0.71% -
XYZ 25.72 36.81 36.32 -
YUV 148.03 131.36 81.61 -
System Red Green Blue C M Y K H S L
Decimal 83 180 154 0.54 0 0.14 0.29 163.92 0.39 0.52
Hex 53 B4 9A 36 0 E 1D A4 27 34
Octal 123 264 232 66 0 16 35 244 47 64
Binary 1010011 10110100 10011010 110110 0 1110 11101 10100100 100111 110100

Color Harmonies of #53B49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B49A

Black with #53B49A

Text Example


Text Example

White with #53B49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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