Html Css Color HEX #53F198 Medium Aquamarine

📋 copy color: '#53F198'

red 83 ◦ green 241 ◦ blue 152

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

Shades of Medium Aquamarine #53F198

Tints of Medium Aquamarine #53F198

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.63%

 BLUE value IS 152 (59.77% from 255) = 31.93%

R = 17.44%
G = 50.63%
B = 31.93%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#53F198 (or 0x53F198) is known color: Medium Aquamarine. HEX triplet: 53, F1 and 98. RGB value is (83,241,152). Sum of RGB (Red+Green+Blue) = 83+241+152=476 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.44% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #53F198 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F198 is #AC0E67. Grayscale: #B7B7B7. Windows color (decimal): -11275880 or 10023251. OLE color: 10023251.

HSL color Cylindrical-coordinate representation of color #53F198: hue angle of 146.2º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F198 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 241 152 -
CMYK 0.66 0 0.37 0.05
HSL 146.2º 0.85% 0.64% -
HSV(B) 146.2º 0.66% 0.95% -
XYZ 40.69 67.02 40.5 -
YUV 183.61 110.15 56.24 -
System Red Green Blue C M Y K H S L
Decimal 83 241 152 0.66 0 0.37 0.05 146.2 0.85 0.64
Hex 53 F1 98 42 0 25 5 92 55 40
Octal 123 361 230 102 0 45 5 222 125 100
Binary 1010011 11110001 10011000 1000010 0 100101 101 10010010 1010101 1000000

Color Harmonies of #53F198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F198

Black with #53F198

Text Example


Text Example

White with #53F198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,241,152); }

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

background-color css

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

 a { background-color: rgb(83,241,152); }

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

border-color css

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

 span { border-color: rgb(83,241,152); }

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