Html Css Color HEX #65F195 Medium Aquamarine

📋 copy color: '#65F195'

red 101 ◦ green 241 ◦ blue 149

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

Shades of Medium Aquamarine #65F195

Tints of Medium Aquamarine #65F195

RGB

 RED value IS 101 (39.84% from 255) = 20.57%

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

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

R = 20.57%
G = 49.08%
B = 30.35%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#65F195 (or 0x65F195) is known color: Medium Aquamarine. HEX triplet: 65, F1 and 95. RGB value is (101,241,149). Sum of RGB (Red+Green+Blue) = 101+241+149=491 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.57% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #65F195 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F195 is #9A0E6A. Grayscale: #BCBCBC. Windows color (decimal): -10096235 or 9826661. OLE color: 9826661.

HSL color Cylindrical-coordinate representation of color #65F195: hue angle of 140.57º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F195 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 241 149 -
CMYK 0.58 0 0.38 0.05
HSL 140.57º 0.83% 0.67% -
HSV(B) 140.57º 0.58% 0.95% -
XYZ 42.25 67.85 39.3 -
YUV 188.65 105.62 65.48 -
System Red Green Blue C M Y K H S L
Decimal 101 241 149 0.58 0 0.38 0.05 140.57 0.83 0.67
Hex 65 F1 95 3A 0 26 5 8D 53 43
Octal 145 361 225 72 0 46 5 215 123 103
Binary 1100101 11110001 10010101 111010 0 100110 101 10001101 1010011 1000011

Color Harmonies of #65F195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65F195

Black with #65F195

Text Example


Text Example

White with #65F195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65F195; }

 p { color: rgb(101,241,149); }

 H1.HeaderClassName
 {
   color: #65F195;
 }
 .AnyTagClassName
 {
   color: #65F195;
 }
</style>

background-color css

<style>
 a { background-color: #65F195; }

 a { background-color: rgb(101,241,149); }

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

border-color css

<style>
 span { border-color: #65F195; }

 span { border-color: rgb(101,241,149); }

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