Html Css Color HEX #75ECC7 Aquamarine

📋 copy color: '#75ECC7'

red 117 ◦ green 236 ◦ blue 199

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

Shades of Aquamarine #75ECC7

Tints of Aquamarine #75ECC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.05%

R = 21.2%
G = 42.75%
B = 36.05%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#75ECC7 (or 0x75ECC7) is known color: Aquamarine. HEX triplet: 75, EC and C7. RGB value is (117,236,199). Sum of RGB (Red+Green+Blue) = 117+236+199=552 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.20% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #75ECC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75ECC7 is #8A1338. Grayscale: #C4C4C4. Windows color (decimal): -9048889 or 13102197. OLE color: 13102197.

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

Color convert

RGB 117 236 199 -
CMYK 0.50 0 0.16 0.07
HSL 161.34º 0.76% 0.69% -
HSV(B) 161.34º 0.5% 0.93% -
XYZ 47.64 67.9 64.63 -
YUV 196.2 129.58 71.51 -
System Red Green Blue C M Y K H S L
Decimal 117 236 199 0.50 0 0.16 0.07 161.34 0.76 0.69
Hex 75 EC C7 32 0 10 7 A1 4C 45
Octal 165 354 307 62 0 20 7 241 114 105
Binary 1110101 11101100 11000111 110010 0 10000 111 10100001 1001100 1000101

Color Harmonies of #75ECC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ECC7

Black with #75ECC7

Text Example


Text Example

White with #75ECC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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