Html Css Color HEX #65F095 Medium Aquamarine

📋 copy color: '#65F095'

red 101 ◦ green 240 ◦ blue 149

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

Shades of Medium Aquamarine #65F095

Tints of Medium Aquamarine #65F095

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.98%

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

R = 20.61%
G = 48.98%
B = 30.41%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#65F095 (or 0x65F095) is known color: Medium Aquamarine. HEX triplet: 65, F0 and 95. RGB value is (101,240,149). Sum of RGB (Red+Green+Blue) = 101+240+149=490 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.61% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #65F095 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F095 is #9A0F6A. Grayscale: #BCBCBC. Windows color (decimal): -10096491 or 9826405. OLE color: 9826405.

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

Color convert

RGB 101 240 149 -
CMYK 0.58 0 0.38 0.06
HSL 140.72º 0.82% 0.67% -
HSV(B) 140.72º 0.58% 0.94% -
XYZ 41.95 67.26 39.2 -
YUV 188.07 105.95 65.9 -
System Red Green Blue C M Y K H S L
Decimal 101 240 149 0.58 0 0.38 0.06 140.72 0.82 0.67
Hex 65 F0 95 3A 0 26 6 8D 52 43
Octal 145 360 225 72 0 46 6 215 122 103
Binary 1100101 11110000 10010101 111010 0 100110 110 10001101 1010010 1000011

Color Harmonies of #65F095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65F095

Black with #65F095

Text Example


Text Example

White with #65F095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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