Html Css Color HEX #66CFB3 Medium Aquamarine

📋 copy color: '#66CFB3'

red 102 ◦ green 207 ◦ blue 179

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

Shades of Medium Aquamarine #66CFB3

Tints of Medium Aquamarine #66CFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.68%

R = 20.9%
G = 42.42%
B = 36.68%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#66CFB3 (or 0x66CFB3) is known color: Medium Aquamarine. HEX triplet: 66, CF and B3. RGB value is (102,207,179). Sum of RGB (Red+Green+Blue) = 102+207+179=488 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.90% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #66CFB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CFB3 is #99304C. Grayscale: #ACACAC. Windows color (decimal): -10039373 or 11784038. OLE color: 11784038.

HSL color Cylindrical-coordinate representation of color #66CFB3: hue angle of 164º 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 #66CFB3 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 207 179 -
CMYK 0.51 0 0.14 0.19
HSL 164º 0.52% 0.61% -
HSV(B) 164º 0.51% 0.81% -
XYZ 35.93 50.71 50.54 -
YUV 172.41 131.71 77.78 -
System Red Green Blue C M Y K H S L
Decimal 102 207 179 0.51 0 0.14 0.19 164 0.52 0.61
Hex 66 CF B3 33 0 E 13 A4 34 3D
Octal 146 317 263 63 0 16 23 244 64 75
Binary 1100110 11001111 10110011 110011 0 1110 10011 10100100 110100 111101

Color Harmonies of #66CFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CFB3

Black with #66CFB3

Text Example


Text Example

White with #66CFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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