Html Css Color HEX #75F6C2 Aquamarine

📋 copy color: '#75F6C2'

red 117 ◦ green 246 ◦ blue 194

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

Shades of Aquamarine #75F6C2

Tints of Aquamarine #75F6C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.83%

R = 21.01%
G = 44.17%
B = 34.83%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#75F6C2 (or 0x75F6C2) is known color: Aquamarine. HEX triplet: 75, F6 and C2. RGB value is (117,246,194). Sum of RGB (Red+Green+Blue) = 117+246+194=557 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.01% from 557); Green value is 246 (96.48% from 255 or 44.17% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 246 - color contains mainly: green. Hex color #75F6C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F6C2 is #8A093D. Grayscale: #C9C9C9. Windows color (decimal): -9046334 or 12777077. OLE color: 12777077.

HSL color Cylindrical-coordinate representation of color #75F6C2: hue angle of 155.81º 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 #75F6C2 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 117 246 194 -
CMYK 0.52 0 0.21 0.04
HSL 155.81º 0.88% 0.71% -
HSV(B) 155.81º 0.52% 0.96% -
XYZ 50.03 73.59 62.61 -
YUV 201.5 123.76 67.73 -
System Red Green Blue C M Y K H S L
Decimal 117 246 194 0.52 0 0.21 0.04 155.81 0.88 0.71
Hex 75 F6 C2 34 0 15 4 9C 58 47
Octal 165 366 302 64 0 25 4 234 130 107
Binary 1110101 11110110 11000010 110100 0 10101 100 10011100 1011000 1000111

Color Harmonies of #75F6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F6C2

Black with #75F6C2

Text Example


Text Example

White with #75F6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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