Html Css Color HEX #53C395 Keppel

📋 copy color: '#53C395'

red 83 ◦ green 195 ◦ blue 149

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

Shades of Keppel #53C395

Tints of Keppel #53C395

RGB

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

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

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

R = 19.44%
G = 45.67%
B = 34.89%

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

#53C395 (or 0x53C395) is known color: Keppel. HEX triplet: 53, C3 and 95. RGB value is (83,195,149). Sum of RGB (Red+Green+Blue) = 83+195+149=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 195 - color contains mainly: green. Hex color #53C395 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C395 is #AC3C6A. Grayscale: #9C9C9C. Windows color (decimal): -11287659 or 9814867. OLE color: 9814867.

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

Color convert

RGB 83 195 149 -
CMYK 0.57 0 0.24 0.24
HSL 155.36º 0.48% 0.55% -
HSV(B) 155.36º 0.57% 0.76% -
XYZ 28.51 43.04 35.24 -
YUV 156.27 123.89 75.74 -
System Red Green Blue C M Y K H S L
Decimal 83 195 149 0.57 0 0.24 0.24 155.36 0.48 0.55
Hex 53 C3 95 39 0 18 18 9B 30 37
Octal 123 303 225 71 0 30 30 233 60 67
Binary 1010011 11000011 10010101 111001 0 11000 11000 10011011 110000 110111

Color Harmonies of #53C395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C395

Black with #53C395

Text Example


Text Example

White with #53C395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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