Html Css Color HEX #66F9CC Aquamarine

📋 copy color: '#66F9CC'

red 102 ◦ green 249 ◦ blue 204

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

Shades of Aquamarine #66F9CC

Tints of Aquamarine #66F9CC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.86%

 BLUE value IS 204 (80.08% from 255) = 36.76%

R = 18.38%
G = 44.86%
B = 36.76%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#66F9CC (or 0x66F9CC) is known color: Aquamarine. HEX triplet: 66, F9 and CC. RGB value is (102,249,204). Sum of RGB (Red+Green+Blue) = 102+249+204=555 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.38% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #66F9CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F9CC is #990633. Grayscale: #C7C7C7. Windows color (decimal): -10028596 or 13433190. OLE color: 13433190.

HSL color Cylindrical-coordinate representation of color #66F9CC: hue angle of 161.63º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F9CC is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 249 204 -
CMYK 0.59 0 0.18 0.02
HSL 161.63º 0.92% 0.69% -
HSV(B) 161.63º 0.59% 0.98% -
XYZ 50.25 74.94 68.94 -
YUV 199.92 130.3 58.16 -
System Red Green Blue C M Y K H S L
Decimal 102 249 204 0.59 0 0.18 0.02 161.63 0.92 0.69
Hex 66 F9 CC 3B 0 12 2 A2 5C 45
Octal 146 371 314 73 0 22 2 242 134 105
Binary 1100110 11111001 11001100 111011 0 10010 10 10100010 1011100 1000101

Color Harmonies of #66F9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F9CC

Black with #66F9CC

Text Example


Text Example

White with #66F9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,249,204); }

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

background-color css

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

 a { background-color: rgb(102,249,204); }

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

border-color css

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

 span { border-color: rgb(102,249,204); }

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