Html Css Color HEX #66FCD3 Aquamarine

📋 copy color: '#66FCD3'

red 102 ◦ green 252 ◦ blue 211

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

Shades of Aquamarine #66FCD3

Tints of Aquamarine #66FCD3

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.6%

 BLUE value IS 211 (82.81% from 255) = 37.35%

R = 18.05%
G = 44.6%
B = 37.35%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#66FCD3 (or 0x66FCD3) is known color: Aquamarine. HEX triplet: 66, FC and D3. RGB value is (102,252,211). Sum of RGB (Red+Green+Blue) = 102+252+211=565 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.05% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #66FCD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FCD3 is #99032C. Grayscale: #CACACA. Windows color (decimal): -10027821 or 13892710. OLE color: 13892710.

HSL color Cylindrical-coordinate representation of color #66FCD3: hue angle of 163.6º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FCD3 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 252 211 -
CMYK 0.60 0 0.16 0.01
HSL 163.6º 0.96% 0.69% -
HSV(B) 163.6º 0.6% 0.99% -
XYZ 52.05 77.15 73.78 -
YUV 202.48 132.81 56.33 -
System Red Green Blue C M Y K H S L
Decimal 102 252 211 0.60 0 0.16 0.01 163.6 0.96 0.69
Hex 66 FC D3 3C 0 10 1 A4 60 45
Octal 146 374 323 74 0 20 1 244 140 105
Binary 1100110 11111100 11010011 111100 0 10000 1 10100100 1100000 1000101

Color Harmonies of #66FCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FCD3

Black with #66FCD3

Text Example


Text Example

White with #66FCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,252,211); }

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

background-color css

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

 a { background-color: rgb(102,252,211); }

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

border-color css

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

 span { border-color: rgb(102,252,211); }

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