Html Css Color HEX #66DDB1 Medium Aquamarine

📋 copy color: '#66DDB1'

red 102 ◦ green 221 ◦ blue 177

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

Shades of Medium Aquamarine #66DDB1

Tints of Medium Aquamarine #66DDB1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.2%

 BLUE value IS 177 (69.53% from 255) = 35.4%

R = 20.4%
G = 44.2%
B = 35.4%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#66DDB1 (or 0x66DDB1) is known color: Medium Aquamarine. HEX triplet: 66, DD and B1. RGB value is (102,221,177). Sum of RGB (Red+Green+Blue) = 102+221+177=500 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.4% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DDB1 is #99224E. Grayscale: #B4B4B4. Windows color (decimal): -10035791 or 11656550. OLE color: 11656550.

HSL color Cylindrical-coordinate representation of color #66DDB1: hue angle of 157.82º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DDB1 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 221 177 -
CMYK 0.54 0 0.20 0.13
HSL 157.82º 0.64% 0.63% -
HSV(B) 157.82º 0.54% 0.87% -
XYZ 39.27 57.71 50.66 -
YUV 180.4 126.08 72.08 -
System Red Green Blue C M Y K H S L
Decimal 102 221 177 0.54 0 0.20 0.13 157.82 0.64 0.63
Hex 66 DD B1 36 0 14 D 9E 40 3F
Octal 146 335 261 66 0 24 15 236 100 77
Binary 1100110 11011101 10110001 110110 0 10100 1101 10011110 1000000 111111

Color Harmonies of #66DDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DDB1

Black with #66DDB1

Text Example


Text Example

White with #66DDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,221,177); }

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

background-color css

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

 a { background-color: rgb(102,221,177); }

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

border-color css

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

 span { border-color: rgb(102,221,177); }

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