#75F1CD

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

Shades of Aquamarine #75F1CD

Tints of Aquamarine #75F1CD

Color information

#75F1CD (or 0x75F1CD) is unknown color: approx Aquamarine. HEX triplet: 75, F1 and CD. RGB value is (117,241,205). Sum of RGB (Red+Green+Blue) = 117+241+205=563 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.78% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #75F1CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F1CD is #8A0E32. Grayscale: #C7C7C7. Windows color (decimal): -9047603 or 13496693. OLE color: 13496693.

HSL color Cylindrical-coordinate representation of color #75F1CD: hue angle of 162.58º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75F1CD is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB117241205-
CMYK0.5100.150.05
HSL162.58º81.58%70.2%-
HSV(B)162.58º51.45%94.51%-
XYZ49.8171.168.86-
YUV199.82130.9268.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.78%
GREEN value IS 241 (94.53% from 255) = 42.81%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=20.78%
G=42.81%
B=36.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1172412050.5100.150.05162.5881.5870.2
Hex75F1CD330F5a35246
Octal165361315630175243122106
Binary11101011111000111001101110011011111011010001110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,241,205); }

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

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

 a { background-color: rgb(117,241,205); }

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

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

 span { border-color: rgb(117,241,205); }

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