Html Css Color HEX #75F9B9 Aquamarine

📋 copy color: '#75F9B9'

red 117 ◦ green 249 ◦ blue 185

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

Shades of Aquamarine #75F9B9

Tints of Aquamarine #75F9B9

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.19%

 BLUE value IS 185 (72.66% from 255) = 33.58%

R = 21.23%
G = 45.19%
B = 33.58%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#75F9B9 (or 0x75F9B9) is known color: Aquamarine. HEX triplet: 75, F9 and B9. RGB value is (117,249,185). Sum of RGB (Red+Green+Blue) = 117+249+185=551 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.23% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 249 - color contains mainly: green. Hex color #75F9B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F9B9 is #8A0646. Grayscale: #CACACA. Windows color (decimal): -9045575 or 12188021. OLE color: 12188021.

HSL color Cylindrical-coordinate representation of color #75F9B9: hue angle of 150.91º 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 #75F9B9 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 249 185 -
CMYK 0.53 0 0.26 0.02
HSL 150.91º 0.92% 0.72% -
HSV(B) 150.91º 0.53% 0.98% -
XYZ 49.97 75.04 57.75 -
YUV 202.24 118.27 67.2 -
System Red Green Blue C M Y K H S L
Decimal 117 249 185 0.53 0 0.26 0.02 150.91 0.92 0.72
Hex 75 F9 B9 35 0 1A 2 97 5C 48
Octal 165 371 271 65 0 32 2 227 134 110
Binary 1110101 11111001 10111001 110101 0 11010 10 10010111 1011100 1001000

Color Harmonies of #75F9B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F9B9

Black with #75F9B9

Text Example


Text Example

White with #75F9B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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