Html Css Color HEX #53C294 Keppel

📋 copy color: '#53C294'

red 83 ◦ green 194 ◦ blue 148

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

Shades of Keppel #53C294

Tints of Keppel #53C294

RGB

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

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

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

R = 19.53%
G = 45.65%
B = 34.82%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#53C294 (or 0x53C294) is known color: Keppel. HEX triplet: 53, C2 and 94. RGB value is (83,194,148). Sum of RGB (Red+Green+Blue) = 83+194+148=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 194 - color contains mainly: green. Hex color #53C294 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C294 is #AC3D6B. Grayscale: #9B9B9B. Windows color (decimal): -11287916 or 9749075. OLE color: 9749075.

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

Color convert

RGB 83 194 148 -
CMYK 0.57 0 0.24 0.24
HSL 155.14º 0.48% 0.54% -
HSV(B) 155.14º 0.57% 0.76% -
XYZ 28.2 42.56 34.75 -
YUV 155.57 123.73 76.24 -
System Red Green Blue C M Y K H S L
Decimal 83 194 148 0.57 0 0.24 0.24 155.14 0.48 0.54
Hex 53 C2 94 39 0 18 18 9B 30 36
Octal 123 302 224 71 0 30 30 233 60 66
Binary 1010011 11000010 10010100 111001 0 11000 11000 10011011 110000 110110

Color Harmonies of #53C294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C294

Black with #53C294

Text Example


Text Example

White with #53C294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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