Html Css Color HEX #53A68E Keppel

📋 copy color: '#53A68E'

red 83 ◦ green 166 ◦ blue 142

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

Shades of Keppel #53A68E

Tints of Keppel #53A68E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.46%

 BLUE value IS 142 (55.86% from 255) = 36.32%

R = 21.23%
G = 42.46%
B = 36.32%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#53A68E (or 0x53A68E) is known color: Keppel. HEX triplet: 53, A6 and 8E. RGB value is (83,166,142). Sum of RGB (Red+Green+Blue) = 83+166+142=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 166 - color contains mainly: green. Hex color #53A68E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A68E is #AC5971. Grayscale: #8A8A8A. Windows color (decimal): -11295090 or 9348691. OLE color: 9348691.

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

Color convert

RGB 83 166 142 -
CMYK 0.50 0 0.14 0.35
HSL 162.65º 0.33% 0.49% -
HSV(B) 162.65º 0.5% 0.65% -
XYZ 22.09 31.06 30.42 -
YUV 138.45 130 88.45 -
System Red Green Blue C M Y K H S L
Decimal 83 166 142 0.50 0 0.14 0.35 162.65 0.33 0.49
Hex 53 A6 8E 32 0 E 23 A3 21 31
Octal 123 246 216 62 0 16 43 243 41 61
Binary 1010011 10100110 10001110 110010 0 1110 100011 10100011 100001 110001

Color Harmonies of #53A68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A68E

Black with #53A68E

Text Example


Text Example

White with #53A68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,166,142); }

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

background-color css

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

 a { background-color: rgb(83,166,142); }

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

border-color css

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

 span { border-color: rgb(83,166,142); }

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