#75EFC4

Color #75EFC4 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #75EFC4

Tints of Aquamarine #75EFC4

Color information

#75EFC4 (or 0x75EFC4) is unknown color: approx Aquamarine. HEX triplet: 75, EF and C4. RGB value is (117,239,196). Sum of RGB (Red+Green+Blue) = 117+239+196=552 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.20% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 239 - color contains mainly: green. Hex color #75EFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EFC4 is #8A103B. Grayscale: #C5C5C5. Windows color (decimal): -9048124 or 12906357. OLE color: 12906357.

HSL color Cylindrical-coordinate representation of color #75EFC4: hue angle of 158.85º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EFC4 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB117239196-
CMYK0.5100.180.06
HSL158.85º79.22%69.8%-
HSV(B)158.85º51.05%93.73%-
XYZ48.1769.563.1-
YUV197.62127.0870.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.20%
GREEN value IS 239 (93.75% from 255) = 43.30%
BLUE value IS 196 (76.95% from 255) = 35.51%
R=21.20%
G=43.30%
B=35.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1172391960.5100.180.06158.8579.2269.8
Hex75EFC43301269f4f46
Octal165357304630226237117106
Binary111010111101111110001001100110100101101001111110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,239,196); }

 H1.HeaderClassName
 {
   color: #75EFC4;
 }
 .AnyTagClassName
 {
   color: #75EFC4;
 }
</style>
background-color css

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

 a { background-color: rgb(117,239,196); }

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

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

 span { border-color: rgb(117,239,196); }

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