Html Css Color HEX #66FFAB Aquamarine

📋 copy color: '#66FFAB'

red 102 ◦ green 255 ◦ blue 171

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

Shades of Aquamarine #66FFAB

Tints of Aquamarine #66FFAB

RGB

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

 GREEN value IS 255 (100% from 255) = 48.3%

 BLUE value IS 171 (67.19% from 255) = 32.39%

R = 19.32%
G = 48.3%
B = 32.39%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#66FFAB (or 0x66FFAB) is known color: Aquamarine. HEX triplet: 66, FF and AB. RGB value is (102,255,171). Sum of RGB (Red+Green+Blue) = 102+255+171=528 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.32% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FFAB is #990054. Grayscale: #C7C7C7. Windows color (decimal): -10027093 or 11272038. OLE color: 11272038.

HSL color Cylindrical-coordinate representation of color #66FFAB: hue angle of 147.06º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FFAB is Cyan = 0.6, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 102 255 171 -
CMYK 0.6 0 0.33 0
HSL 147.06º 1% 0.7% -
HSV(B) 147.06º 0.6% 1% -
XYZ 48.59 77.29 50.88 -
YUV 199.68 111.81 58.33 -
System Red Green Blue C M Y K H S L
Decimal 102 255 171 0.6 0 0.33 0 147.06 1 0.7
Hex 66 FF AB 3C 0 21 0 93 64 46
Octal 146 377 253 74 0 41 0 223 144 106
Binary 1100110 11111111 10101011 111100 0 100001 0 10010011 1100100 1000110

Color Harmonies of #66FFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FFAB

Black with #66FFAB

Text Example


Text Example

White with #66FFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,255,171); }

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

background-color css

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

 a { background-color: rgb(102,255,171); }

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

border-color css

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

 span { border-color: rgb(102,255,171); }

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