Html Css Color HEX #53AC8B Keppel

📋 copy color: '#53AC8B'

red 83 ◦ green 172 ◦ blue 139

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

Shades of Keppel #53AC8B

Tints of Keppel #53AC8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.28%

R = 21.07%
G = 43.65%
B = 35.28%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#53AC8B (or 0x53AC8B) is known color: Keppel. HEX triplet: 53, AC and 8B. RGB value is (83,172,139). Sum of RGB (Red+Green+Blue) = 83+172+139=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AC8B is #AC5374. Grayscale: #8D8D8D. Windows color (decimal): -11293557 or 9153619. OLE color: 9153619.

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

Color convert

RGB 83 172 139 -
CMYK 0.52 0 0.19 0.33
HSL 157.75º 0.35% 0.5% -
HSV(B) 157.75º 0.52% 0.67% -
XYZ 22.98 33.21 29.62 -
YUV 141.63 126.51 86.18 -
System Red Green Blue C M Y K H S L
Decimal 83 172 139 0.52 0 0.19 0.33 157.75 0.35 0.5
Hex 53 AC 8B 34 0 13 21 9E 23 32
Octal 123 254 213 64 0 23 41 236 43 62
Binary 1010011 10101100 10001011 110100 0 10011 100001 10011110 100011 110010

Color Harmonies of #53AC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AC8B

Black with #53AC8B

Text Example


Text Example

White with #53AC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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