Html Css Color HEX #66CBA1 Medium Aquamarine

📋 copy color: '#66CBA1'

red 102 ◦ green 203 ◦ blue 161

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

Shades of Medium Aquamarine #66CBA1

Tints of Medium Aquamarine #66CBA1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.56%

 BLUE value IS 161 (63.28% from 255) = 34.55%

R = 21.89%
G = 43.56%
B = 34.55%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#66CBA1 (or 0x66CBA1) is known color: Medium Aquamarine. HEX triplet: 66, CB and A1. RGB value is (102,203,161). Sum of RGB (Red+Green+Blue) = 102+203+161=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #66CBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CBA1 is #99345E. Grayscale: #A8A8A8. Windows color (decimal): -10040415 or 10603366. OLE color: 10603366.

HSL color Cylindrical-coordinate representation of color #66CBA1: hue angle of 155.05º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CBA1 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 203 161 -
CMYK 0.50 0 0.21 0.20
HSL 155.05º 0.49% 0.6% -
HSV(B) 155.05º 0.5% 0.8% -
XYZ 33.27 48.11 41.25 -
YUV 168.01 124.04 80.92 -
System Red Green Blue C M Y K H S L
Decimal 102 203 161 0.50 0 0.21 0.20 155.05 0.49 0.6
Hex 66 CB A1 32 0 15 14 9B 31 3C
Octal 146 313 241 62 0 25 24 233 61 74
Binary 1100110 11001011 10100001 110010 0 10101 10100 10011011 110001 111100

Color Harmonies of #66CBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CBA1

Black with #66CBA1

Text Example


Text Example

White with #66CBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,203,161); }

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

background-color css

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

 a { background-color: rgb(102,203,161); }

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

border-color css

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

 span { border-color: rgb(102,203,161); }

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