Html Css Color HEX #53A694 Keppel

📋 copy color: '#53A694'

red 83 ◦ green 166 ◦ blue 148

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

Shades of Keppel #53A694

Tints of Keppel #53A694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.28%

R = 20.91%
G = 41.81%
B = 37.28%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#53A694 (or 0x53A694) is known color: Keppel. HEX triplet: 53, A6 and 94. RGB value is (83,166,148). Sum of RGB (Red+Green+Blue) = 83+166+148=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 166 - color contains mainly: green. Hex color #53A694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A694 is #AC596B. Grayscale: #8B8B8B. Windows color (decimal): -11295084 or 9741907. OLE color: 9741907.

HSL color Cylindrical-coordinate representation of color #53A694: hue angle of 166.99º 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 #53A694 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 166 148 -
CMYK 0.50 0 0.11 0.35
HSL 166.99º 0.33% 0.49% -
HSV(B) 166.99º 0.5% 0.65% -
XYZ 22.55 31.25 32.86 -
YUV 139.13 133 87.96 -
System Red Green Blue C M Y K H S L
Decimal 83 166 148 0.50 0 0.11 0.35 166.99 0.33 0.49
Hex 53 A6 94 32 0 B 23 A7 21 31
Octal 123 246 224 62 0 13 43 247 41 61
Binary 1010011 10100110 10010100 110010 0 1011 100011 10100111 100001 110001

Color Harmonies of #53A694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A694

Black with #53A694

Text Example


Text Example

White with #53A694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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