Html Css Color HEX #53C195 Keppel

📋 copy color: '#53C195'

red 83 ◦ green 193 ◦ blue 149

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

Shades of Keppel #53C195

Tints of Keppel #53C195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.06%

R = 19.53%
G = 45.41%
B = 35.06%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#53C195 (or 0x53C195) is known color: Keppel. HEX triplet: 53, C1 and 95. RGB value is (83,193,149). Sum of RGB (Red+Green+Blue) = 83+193+149=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 193 - color contains mainly: green. Hex color #53C195 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C195 is #AC3E6A. Grayscale: #9B9B9B. Windows color (decimal): -11288171 or 9814355. OLE color: 9814355.

HSL color Cylindrical-coordinate representation of color #53C195: hue angle of 156º 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 #53C195 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 193 149 -
CMYK 0.57 0 0.23 0.24
HSL 156º 0.47% 0.54% -
HSV(B) 156º 0.57% 0.76% -
XYZ 28.06 42.15 35.09 -
YUV 155.09 124.56 76.58 -
System Red Green Blue C M Y K H S L
Decimal 83 193 149 0.57 0 0.23 0.24 156 0.47 0.54
Hex 53 C1 95 39 0 17 18 9C 2F 36
Octal 123 301 225 71 0 27 30 234 57 66
Binary 1010011 11000001 10010101 111001 0 10111 11000 10011100 101111 110110

Color Harmonies of #53C195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C195

Black with #53C195

Text Example


Text Example

White with #53C195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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