Html Css Color HEX #66EFCD Aquamarine

📋 copy color: '#66EFCD'

red 102 ◦ green 239 ◦ blue 205

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

Shades of Aquamarine #66EFCD

Tints of Aquamarine #66EFCD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.77%

 BLUE value IS 205 (80.47% from 255) = 37.55%

R = 18.68%
G = 43.77%
B = 37.55%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#66EFCD (or 0x66EFCD) is known color: Aquamarine. HEX triplet: 66, EF and CD. RGB value is (102,239,205). Sum of RGB (Red+Green+Blue) = 102+239+205=546 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.68% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 239 - color contains mainly: green. Hex color #66EFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EFCD is #991032. Grayscale: #C2C2C2. Windows color (decimal): -10031155 or 13496166. OLE color: 13496166.

HSL color Cylindrical-coordinate representation of color #66EFCD: hue angle of 165.11º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EFCD is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 239 205 -
CMYK 0.57 0 0.14 0.06
HSL 165.11º 0.81% 0.67% -
HSV(B) 165.11º 0.57% 0.94% -
XYZ 47.37 68.97 68.57 -
YUV 194.16 134.11 62.26 -
System Red Green Blue C M Y K H S L
Decimal 102 239 205 0.57 0 0.14 0.06 165.11 0.81 0.67
Hex 66 EF CD 39 0 E 6 A5 51 43
Octal 146 357 315 71 0 16 6 245 121 103
Binary 1100110 11101111 11001101 111001 0 1110 110 10100101 1010001 1000011

Color Harmonies of #66EFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EFCD

Black with #66EFCD

Text Example


Text Example

White with #66EFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,239,205); }

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

background-color css

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

 a { background-color: rgb(102,239,205); }

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

border-color css

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

 span { border-color: rgb(102,239,205); }

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