Html Css Color HEX #66F09A Medium Aquamarine

📋 copy color: '#66F09A'

red 102 ◦ green 240 ◦ blue 154

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

Shades of Medium Aquamarine #66F09A

Tints of Medium Aquamarine #66F09A

RGB

 RED value IS 102 (40.23% from 255) = 20.56%

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

 BLUE value IS 154 (60.55% from 255) = 31.05%

R = 20.56%
G = 48.39%
B = 31.05%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#66F09A (or 0x66F09A) is known color: Medium Aquamarine. HEX triplet: 66, F0 and 9A. RGB value is (102,240,154). Sum of RGB (Red+Green+Blue) = 102+240+154=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #66F09A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F09A is #990F65. Grayscale: #BDBDBD. Windows color (decimal): -10030950 or 10154086. OLE color: 10154086.

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

Color convert

RGB 102 240 154 -
CMYK 0.58 0 0.36 0.06
HSL 142.61º 0.82% 0.67% -
HSV(B) 142.61º 0.58% 0.94% -
XYZ 42.47 67.48 41.36 -
YUV 188.93 108.28 65.99 -
System Red Green Blue C M Y K H S L
Decimal 102 240 154 0.58 0 0.36 0.06 142.61 0.82 0.67
Hex 66 F0 9A 3A 0 24 6 8F 52 43
Octal 146 360 232 72 0 44 6 217 122 103
Binary 1100110 11110000 10011010 111010 0 100100 110 10001111 1010010 1000011

Color Harmonies of #66F09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F09A

Black with #66F09A

Text Example


Text Example

White with #66F09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66F09A; }

 p { color: rgb(102,240,154); }

 H1.HeaderClassName
 {
   color: #66F09A;
 }
 .AnyTagClassName
 {
   color: #66F09A;
 }
</style>

background-color css

<style>
 a { background-color: #66F09A; }

 a { background-color: rgb(102,240,154); }

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

border-color css

<style>
 span { border-color: #66F09A; }

 span { border-color: rgb(102,240,154); }

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