Html Css Color HEX #53C197 Keppel

📋 copy color: '#53C197'

red 83 ◦ green 193 ◦ blue 151

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

Shades of Keppel #53C197

Tints of Keppel #53C197

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.2%

 BLUE value IS 151 (59.38% from 255) = 35.36%

R = 19.44%
G = 45.2%
B = 35.36%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#53C197 (or 0x53C197) is known color: Keppel. HEX triplet: 53, C1 and 97. RGB value is (83,193,151). Sum of RGB (Red+Green+Blue) = 83+193+151=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 193 - color contains mainly: green. Hex color #53C197 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C197 is #AC3E68. Grayscale: #9B9B9B. Windows color (decimal): -11288169 or 9945427. OLE color: 9945427.

HSL color Cylindrical-coordinate representation of color #53C197: hue angle of 157.09º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C197 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 193 151 -
CMYK 0.57 0 0.22 0.24
HSL 157.09º 0.47% 0.54% -
HSV(B) 157.09º 0.57% 0.76% -
XYZ 28.22 42.21 35.94 -
YUV 155.32 125.56 76.42 -
System Red Green Blue C M Y K H S L
Decimal 83 193 151 0.57 0 0.22 0.24 157.09 0.47 0.54
Hex 53 C1 97 39 0 16 18 9D 2F 36
Octal 123 301 227 71 0 26 30 235 57 66
Binary 1010011 11000001 10010111 111001 0 10110 11000 10011101 101111 110110

Color Harmonies of #53C197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C197

Black with #53C197

Text Example


Text Example

White with #53C197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,193,151); }

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

background-color css

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

 a { background-color: rgb(83,193,151); }

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

border-color css

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

 span { border-color: rgb(83,193,151); }

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