Html Css Color HEX #66F39D Medium Aquamarine

📋 copy color: '#66F39D'

red 102 ◦ green 243 ◦ blue 157

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

Shades of Medium Aquamarine #66F39D

Tints of Medium Aquamarine #66F39D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.41%

 BLUE value IS 157 (61.72% from 255) = 31.27%

R = 20.32%
G = 48.41%
B = 31.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#66F39D (or 0x66F39D) is known color: Medium Aquamarine. HEX triplet: 66, F3 and 9D. RGB value is (102,243,157). Sum of RGB (Red+Green+Blue) = 102+243+157=502 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.32% from 502); Green value is 243 (95.31% from 255 or 48.41% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 243 - color contains mainly: green. Hex color #66F39D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F39D is #990C62. Grayscale: #BFBFBF. Windows color (decimal): -10030179 or 10351462. OLE color: 10351462.

HSL color Cylindrical-coordinate representation of color #66F39D: hue angle of 143.4º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F39D is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 243 157 -
CMYK 0.58 0 0.35 0.05
HSL 143.4º 0.85% 0.68% -
HSV(B) 143.4º 0.58% 0.95% -
XYZ 43.62 69.36 42.99 -
YUV 191.04 108.79 64.49 -
System Red Green Blue C M Y K H S L
Decimal 102 243 157 0.58 0 0.35 0.05 143.4 0.85 0.68
Hex 66 F3 9D 3A 0 23 5 8F 55 44
Octal 146 363 235 72 0 43 5 217 125 104
Binary 1100110 11110011 10011101 111010 0 100011 101 10001111 1010101 1000100

Color Harmonies of #66F39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F39D

Black with #66F39D

Text Example


Text Example

White with #66F39D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,243,157); }

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

background-color css

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

 a { background-color: rgb(102,243,157); }

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

border-color css

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

 span { border-color: rgb(102,243,157); }

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