Html Css Color HEX #75F6BA Aquamarine

📋 copy color: '#75F6BA'

red 117 ◦ green 246 ◦ blue 186

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

Shades of Aquamarine #75F6BA

Tints of Aquamarine #75F6BA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.81%

 BLUE value IS 186 (73.05% from 255) = 33.88%

R = 21.31%
G = 44.81%
B = 33.88%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#75F6BA (or 0x75F6BA) is known color: Aquamarine. HEX triplet: 75, F6 and BA. RGB value is (117,246,186). Sum of RGB (Red+Green+Blue) = 117+246+186=549 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.31% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 246 - color contains mainly: green. Hex color #75F6BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F6BA is #8A0945. Grayscale: #C8C8C8. Windows color (decimal): -9046342 or 12252789. OLE color: 12252789.

HSL color Cylindrical-coordinate representation of color #75F6BA: hue angle of 152.09º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F6BA is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 117 246 186 -
CMYK 0.52 0 0.24 0.04
HSL 152.09º 0.88% 0.71% -
HSV(B) 152.09º 0.52% 0.96% -
XYZ 49.15 73.24 58 -
YUV 200.59 119.76 68.38 -
System Red Green Blue C M Y K H S L
Decimal 117 246 186 0.52 0 0.24 0.04 152.09 0.88 0.71
Hex 75 F6 BA 34 0 18 4 98 58 47
Octal 165 366 272 64 0 30 4 230 130 107
Binary 1110101 11110110 10111010 110100 0 11000 100 10011000 1011000 1000111

Color Harmonies of #75F6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F6BA

Black with #75F6BA

Text Example


Text Example

White with #75F6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,246,186); }

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

background-color css

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

 a { background-color: rgb(117,246,186); }

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

border-color css

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

 span { border-color: rgb(117,246,186); }

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