Html Css Color HEX #66CF9D Medium Aquamarine

📋 copy color: '#66CF9D'

red 102 ◦ green 207 ◦ blue 157

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

Shades of Medium Aquamarine #66CF9D

Tints of Medium Aquamarine #66CF9D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.42%

 BLUE value IS 157 (61.72% from 255) = 33.69%

R = 21.89%
G = 44.42%
B = 33.69%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#66CF9D (or 0x66CF9D) is known color: Medium Aquamarine. HEX triplet: 66, CF and 9D. RGB value is (102,207,157). Sum of RGB (Red+Green+Blue) = 102+207+157=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CF9D is #993062. Grayscale: #AAAAAA. Windows color (decimal): -10039395 or 10342246. OLE color: 10342246.

HSL color Cylindrical-coordinate representation of color #66CF9D: hue angle of 151.43º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66CF9D is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 207 157 -
CMYK 0.51 0 0.24 0.19
HSL 151.43º 0.52% 0.61% -
HSV(B) 151.43º 0.51% 0.81% -
XYZ 33.88 49.88 39.74 -
YUV 169.91 120.71 79.57 -
System Red Green Blue C M Y K H S L
Decimal 102 207 157 0.51 0 0.24 0.19 151.43 0.52 0.61
Hex 66 CF 9D 33 0 18 13 97 34 3D
Octal 146 317 235 63 0 30 23 227 64 75
Binary 1100110 11001111 10011101 110011 0 11000 10011 10010111 110100 111101

Color Harmonies of #66CF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CF9D

Black with #66CF9D

Text Example


Text Example

White with #66CF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,207,157); }

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

background-color css

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

 a { background-color: rgb(102,207,157); }

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

border-color css

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

 span { border-color: rgb(102,207,157); }

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