#75F9CB

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

Shades of Aquamarine #75F9CB

Tints of Aquamarine #75F9CB

Color information

#75F9CB (or 0x75F9CB) is unknown color: approx Aquamarine. HEX triplet: 75, F9 and CB. RGB value is (117,249,203). Sum of RGB (Red+Green+Blue) = 117+249+203=569 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.56% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #75F9CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F9CB is #8A0634. Grayscale: #CCCCCC. Windows color (decimal): -9045557 or 13367669. OLE color: 13367669.

HSL color Cylindrical-coordinate representation of color #75F9CB: hue angle of 159.09º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75F9CB is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB117249203-
CMYK0.5300.180.02
HSL159.09º91.67%71.76%-
HSV(B)159.09º53.01%97.65%-
XYZ51.9975.8568.4-
YUV204.29127.2765.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.56%
GREEN value IS 249 (97.66% from 255) = 43.76%
BLUE value IS 203 (79.69% from 255) = 35.68%
R=20.56%
G=43.76%
B=35.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172492030.5300.180.02159.0991.6771.76
Hex75F9CB3501229f5c48
Octal165371313650222237134110
Binary11101011111100111001011110101010010101001111110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,249,203); }

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

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

 a { background-color: rgb(117,249,203); }

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

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

 span { border-color: rgb(117,249,203); }

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