Html Css Color HEX #66F2B2 Medium Aquamarine

📋 copy color: '#66F2B2'

red 102 ◦ green 242 ◦ blue 178

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

Shades of Medium Aquamarine #66F2B2

Tints of Medium Aquamarine #66F2B2

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.36%

 BLUE value IS 178 (69.92% from 255) = 34.1%

R = 19.54%
G = 46.36%
B = 34.1%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#66F2B2 (or 0x66F2B2) is known color: Medium Aquamarine. HEX triplet: 66, F2 and B2. RGB value is (102,242,178). Sum of RGB (Red+Green+Blue) = 102+242+178=522 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.54% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #66F2B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F2B2 is #990D4D. Grayscale: #C0C0C0. Windows color (decimal): -10030414 or 11727462. OLE color: 11727462.

HSL color Cylindrical-coordinate representation of color #66F2B2: hue angle of 152.57º degrees, saturation: 0.84, 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 #66F2B2 is Cyan = 0.58, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 242 178 -
CMYK 0.58 0 0.26 0.05
HSL 152.57º 0.84% 0.67% -
HSV(B) 152.57º 0.58% 0.95% -
XYZ 45.27 69.54 53.16 -
YUV 192.84 119.62 63.2 -
System Red Green Blue C M Y K H S L
Decimal 102 242 178 0.58 0 0.26 0.05 152.57 0.84 0.67
Hex 66 F2 B2 3A 0 1A 5 99 54 43
Octal 146 362 262 72 0 32 5 231 124 103
Binary 1100110 11110010 10110010 111010 0 11010 101 10011001 1010100 1000011

Color Harmonies of #66F2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F2B2

Black with #66F2B2

Text Example


Text Example

White with #66F2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,242,178); }

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

background-color css

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

 a { background-color: rgb(102,242,178); }

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

border-color css

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

 span { border-color: rgb(102,242,178); }

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