Html Css Color HEX #66D8B5 Medium Aquamarine

📋 copy color: '#66D8B5'

red 102 ◦ green 216 ◦ blue 181

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

Shades of Medium Aquamarine #66D8B5

Tints of Medium Aquamarine #66D8B5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.29%

 BLUE value IS 181 (71.09% from 255) = 36.27%

R = 20.44%
G = 43.29%
B = 36.27%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#66D8B5 (or 0x66D8B5) is known color: Medium Aquamarine. HEX triplet: 66, D8 and B5. RGB value is (102,216,181). Sum of RGB (Red+Green+Blue) = 102+216+181=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #66D8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D8B5 is #99274A. Grayscale: #B1B1B1. Windows color (decimal): -10037067 or 11917414. OLE color: 11917414.

HSL color Cylindrical-coordinate representation of color #66D8B5: hue angle of 161.58º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D8B5 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 216 181 -
CMYK 0.53 0 0.16 0.15
HSL 161.58º 0.59% 0.62% -
HSV(B) 161.58º 0.53% 0.85% -
XYZ 38.38 55.27 52.36 -
YUV 177.92 129.73 73.85 -
System Red Green Blue C M Y K H S L
Decimal 102 216 181 0.53 0 0.16 0.15 161.58 0.59 0.62
Hex 66 D8 B5 35 0 10 F A2 3B 3E
Octal 146 330 265 65 0 20 17 242 73 76
Binary 1100110 11011000 10110101 110101 0 10000 1111 10100010 111011 111110

Color Harmonies of #66D8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D8B5

Black with #66D8B5

Text Example


Text Example

White with #66D8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,216,181); }

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

background-color css

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

 a { background-color: rgb(102,216,181); }

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

border-color css

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

 span { border-color: rgb(102,216,181); }

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