Html Css Color HEX #53C295 Keppel

📋 copy color: '#53C295'

red 83 ◦ green 194 ◦ blue 149

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

Shades of Keppel #53C295

Tints of Keppel #53C295

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.54%

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

R = 19.48%
G = 45.54%
B = 34.98%

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

#53C295 (or 0x53C295) is known color: Keppel. HEX triplet: 53, C2 and 95. RGB value is (83,194,149). Sum of RGB (Red+Green+Blue) = 83+194+149=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 194 - color contains mainly: green. Hex color #53C295 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C295 is #AC3D6A. Grayscale: #9B9B9B. Windows color (decimal): -11287915 or 9814611. OLE color: 9814611.

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

Color convert

RGB 83 194 149 -
CMYK 0.57 0 0.23 0.24
HSL 155.68º 0.48% 0.54% -
HSV(B) 155.68º 0.57% 0.76% -
XYZ 28.28 42.59 35.16 -
YUV 155.68 124.23 76.16 -
System Red Green Blue C M Y K H S L
Decimal 83 194 149 0.57 0 0.23 0.24 155.68 0.48 0.54
Hex 53 C2 95 39 0 17 18 9C 30 36
Octal 123 302 225 71 0 27 30 234 60 66
Binary 1010011 11000010 10010101 111001 0 10111 11000 10011100 110000 110110

Color Harmonies of #53C295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C295

Black with #53C295

Text Example


Text Example

White with #53C295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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