Html Css Color HEX #75ECC2 Aquamarine

📋 copy color: '#75ECC2'

red 117 ◦ green 236 ◦ blue 194

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

Shades of Aquamarine #75ECC2

Tints of Aquamarine #75ECC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.47%

R = 21.39%
G = 43.14%
B = 35.47%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#75ECC2 (or 0x75ECC2) is known color: Aquamarine. HEX triplet: 75, EC and C2. RGB value is (117,236,194). Sum of RGB (Red+Green+Blue) = 117+236+194=547 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.39% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #75ECC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75ECC2 is #8A133D. Grayscale: #C3C3C3. Windows color (decimal): -9048894 or 12774517. OLE color: 12774517.

HSL color Cylindrical-coordinate representation of color #75ECC2: hue angle of 158.82º 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 #75ECC2 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 236 194 -
CMYK 0.50 0 0.18 0.07
HSL 158.82º 0.76% 0.69% -
HSV(B) 158.82º 0.5% 0.93% -
XYZ 47.07 67.67 61.62 -
YUV 195.63 127.08 71.92 -
System Red Green Blue C M Y K H S L
Decimal 117 236 194 0.50 0 0.18 0.07 158.82 0.76 0.69
Hex 75 EC C2 32 0 12 7 9F 4C 45
Octal 165 354 302 62 0 22 7 237 114 105
Binary 1110101 11101100 11000010 110010 0 10010 111 10011111 1001100 1000101

Color Harmonies of #75ECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ECC2

Black with #75ECC2

Text Example


Text Example

White with #75ECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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