Html Css Color HEX #75ECDC Aquamarine

📋 copy color: '#75ECDC'

red 117 ◦ green 236 ◦ blue 220

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

Shades of Aquamarine #75ECDC

Tints of Aquamarine #75ECDC

RGB

 RED value IS 117 (46.09% from 255) = 20.42%

 GREEN value IS 236 (92.58% from 255) = 41.19%

 BLUE value IS 220 (86.33% from 255) = 38.39%

R = 20.42%
G = 41.19%
B = 38.39%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#75ECDC (or 0x75ECDC) is known color: Aquamarine. HEX triplet: 75, EC and DC. RGB value is (117,236,220). Sum of RGB (Red+Green+Blue) = 117+236+220=573 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.42% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #75ECDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75ECDC is #8A1323. Grayscale: #C6C6C6. Windows color (decimal): -9048868 or 14478453. OLE color: 14478453.

HSL color Cylindrical-coordinate representation of color #75ECDC: hue angle of 171.93º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75ECDC is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 236 220 -
CMYK 0.50 0 0.07 0.07
HSL 171.93º 0.76% 0.69% -
HSV(B) 171.93º 0.5% 0.93% -
XYZ 50.25 68.94 78.37 -
YUV 198.6 140.08 69.8 -
System Red Green Blue C M Y K H S L
Decimal 117 236 220 0.50 0 0.07 0.07 171.93 0.76 0.69
Hex 75 EC DC 32 0 7 7 AC 4C 45
Octal 165 354 334 62 0 7 7 254 114 105
Binary 1110101 11101100 11011100 110010 0 111 111 10101100 1001100 1000101

Color Harmonies of #75ECDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ECDC

Black with #75ECDC

Text Example


Text Example

White with #75ECDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75ECDC; }

 p { color: rgb(117,236,220); }

 H1.HeaderClassName
 {
   color: #75ECDC;
 }
 .AnyTagClassName
 {
   color: #75ECDC;
 }
</style>

background-color css

<style>
 a { background-color: #75ECDC; }

 a { background-color: rgb(117,236,220); }

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

border-color css

<style>
 span { border-color: #75ECDC; }

 span { border-color: rgb(117,236,220); }

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