Html Css Color HEX #75F3C1 Aquamarine

📋 copy color: '#75F3C1'

red 117 ◦ green 243 ◦ blue 193

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

Shades of Aquamarine #75F3C1

Tints of Aquamarine #75F3C1

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.94%

 BLUE value IS 193 (75.78% from 255) = 34.9%

R = 21.16%
G = 43.94%
B = 34.9%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#75F3C1 (or 0x75F3C1) is known color: Aquamarine. HEX triplet: 75, F3 and C1. RGB value is (117,243,193). Sum of RGB (Red+Green+Blue) = 117+243+193=553 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.16% from 553); Green value is 243 (95.31% from 255 or 43.94% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 243 - color contains mainly: green. Hex color #75F3C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F3C1 is #8A0C3E. Grayscale: #C7C7C7. Windows color (decimal): -9047103 or 12710773. OLE color: 12710773.

HSL color Cylindrical-coordinate representation of color #75F3C1: hue angle of 156.19º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F3C1 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 243 193 -
CMYK 0.52 0 0.21 0.05
HSL 156.19º 0.84% 0.71% -
HSV(B) 156.19º 0.52% 0.95% -
XYZ 49.01 71.73 61.71 -
YUV 199.63 124.26 69.07 -
System Red Green Blue C M Y K H S L
Decimal 117 243 193 0.52 0 0.21 0.05 156.19 0.84 0.71
Hex 75 F3 C1 34 0 15 5 9C 54 47
Octal 165 363 301 64 0 25 5 234 124 107
Binary 1110101 11110011 11000001 110100 0 10101 101 10011100 1010100 1000111

Color Harmonies of #75F3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F3C1

Black with #75F3C1

Text Example


Text Example

White with #75F3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,243,193); }

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

background-color css

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

 a { background-color: rgb(117,243,193); }

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

border-color css

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

 span { border-color: rgb(117,243,193); }

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