Html Css Color HEX #66EEB5 Medium Aquamarine

📋 copy color: '#66EEB5'

red 102 ◦ green 238 ◦ blue 181

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

Shades of Medium Aquamarine #66EEB5

Tints of Medium Aquamarine #66EEB5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.68%

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

R = 19.58%
G = 45.68%
B = 34.74%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#66EEB5 (or 0x66EEB5) is known color: Medium Aquamarine. HEX triplet: 66, EE and B5. RGB value is (102,238,181). Sum of RGB (Red+Green+Blue) = 102+238+181=521 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.58% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #66EEB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EEB5 is #99114A. Grayscale: #BEBEBE. Windows color (decimal): -10031435 or 11923046. OLE color: 11923046.

HSL color Cylindrical-coordinate representation of color #66EEB5: hue angle of 154.85º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EEB5 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 238 181 -
CMYK 0.57 0 0.24 0.07
HSL 154.85º 0.8% 0.67% -
HSV(B) 154.85º 0.57% 0.93% -
XYZ 44.39 67.31 54.37 -
YUV 190.84 122.44 64.63 -
System Red Green Blue C M Y K H S L
Decimal 102 238 181 0.57 0 0.24 0.07 154.85 0.8 0.67
Hex 66 EE B5 39 0 18 7 9B 50 43
Octal 146 356 265 71 0 30 7 233 120 103
Binary 1100110 11101110 10110101 111001 0 11000 111 10011011 1010000 1000011

Color Harmonies of #66EEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EEB5

Black with #66EEB5

Text Example


Text Example

White with #66EEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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