Html Css Color HEX #66DBA3 Medium Aquamarine

📋 copy color: '#66DBA3'

red 102 ◦ green 219 ◦ blue 163

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

Shades of Medium Aquamarine #66DBA3

Tints of Medium Aquamarine #66DBA3

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.25%

 BLUE value IS 163 (64.06% from 255) = 33.68%

R = 21.07%
G = 45.25%
B = 33.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#66DBA3 (or 0x66DBA3) is known color: Medium Aquamarine. HEX triplet: 66, DB and A3. RGB value is (102,219,163). Sum of RGB (Red+Green+Blue) = 102+219+163=484 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.07% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #66DBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DBA3 is #99245C. Grayscale: #B1B1B1. Windows color (decimal): -10036317 or 10738534. OLE color: 10738534.

HSL color Cylindrical-coordinate representation of color #66DBA3: hue angle of 151.28º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DBA3 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 219 163 -
CMYK 0.53 0 0.26 0.14
HSL 151.28º 0.62% 0.63% -
HSV(B) 151.28º 0.53% 0.86% -
XYZ 37.42 56.13 43.51 -
YUV 177.63 119.74 74.05 -
System Red Green Blue C M Y K H S L
Decimal 102 219 163 0.53 0 0.26 0.14 151.28 0.62 0.63
Hex 66 DB A3 35 0 1A E 97 3E 3F
Octal 146 333 243 65 0 32 16 227 76 77
Binary 1100110 11011011 10100011 110101 0 11010 1110 10010111 111110 111111

Color Harmonies of #66DBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DBA3

Black with #66DBA3

Text Example


Text Example

White with #66DBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,219,163); }

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

background-color css

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

 a { background-color: rgb(102,219,163); }

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

border-color css

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

 span { border-color: rgb(102,219,163); }

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