Html Css Color HEX #66C69F Medium Aquamarine

📋 copy color: '#66C69F'

red 102 ◦ green 198 ◦ blue 159

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

Shades of Medium Aquamarine #66C69F

Tints of Medium Aquamarine #66C69F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.14%

 BLUE value IS 159 (62.5% from 255) = 34.64%

R = 22.22%
G = 43.14%
B = 34.64%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#66C69F (or 0x66C69F) is known color: Medium Aquamarine. HEX triplet: 66, C6 and 9F. RGB value is (102,198,159). Sum of RGB (Red+Green+Blue) = 102+198+159=459 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.22% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #66C69F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C69F is #993960. Grayscale: #A4A4A4. Windows color (decimal): -10041697 or 10471014. OLE color: 10471014.

HSL color Cylindrical-coordinate representation of color #66C69F: hue angle of 155.62º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66C69F is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 198 159 -
CMYK 0.48 0 0.20 0.22
HSL 155.63º 0.46% 0.59% -
HSV(B) 155.63º 0.48% 0.78% -
XYZ 31.93 45.72 39.94 -
YUV 164.85 124.7 83.17 -
System Red Green Blue C M Y K H S L
Decimal 102 198 159 0.48 0 0.20 0.22 155.63 0.46 0.59
Hex 66 C6 9F 30 0 14 16 9C 2E 3B
Octal 146 306 237 60 0 24 26 234 56 73
Binary 1100110 11000110 10011111 110000 0 10100 10110 10011100 101110 111011

Color Harmonies of #66C69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C69F

Black with #66C69F

Text Example


Text Example

White with #66C69F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,198,159); }

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

background-color css

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

 a { background-color: rgb(102,198,159); }

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

border-color css

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

 span { border-color: rgb(102,198,159); }

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