Html Css Color HEX #53C394 Keppel

📋 copy color: '#53C394'

red 83 ◦ green 195 ◦ blue 148

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

Shades of Keppel #53C394

Tints of Keppel #53C394

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.77%

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

R = 19.48%
G = 45.77%
B = 34.74%

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

#53C394 (or 0x53C394) is known color: Keppel. HEX triplet: 53, C3 and 94. RGB value is (83,195,148). Sum of RGB (Red+Green+Blue) = 83+195+148=426 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.48% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #53C394 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C394 is #AC3C6B. Grayscale: #9C9C9C. Windows color (decimal): -11287660 or 9749331. OLE color: 9749331.

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

Color convert

RGB 83 195 148 -
CMYK 0.57 0 0.24 0.24
HSL 154.82º 0.48% 0.55% -
HSV(B) 154.82º 0.57% 0.76% -
XYZ 28.43 43.01 34.82 -
YUV 156.15 123.39 75.82 -
System Red Green Blue C M Y K H S L
Decimal 83 195 148 0.57 0 0.24 0.24 154.82 0.48 0.55
Hex 53 C3 94 39 0 18 18 9B 30 37
Octal 123 303 224 71 0 30 30 233 60 67
Binary 1010011 11000011 10010100 111001 0 11000 11000 10011011 110000 110111

Color Harmonies of #53C394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C394

Black with #53C394

Text Example


Text Example

White with #53C394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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