Html Css Color HEX #75F1C4 Aquamarine

📋 copy color: '#75F1C4'

red 117 ◦ green 241 ◦ blue 196

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

Shades of Aquamarine #75F1C4

Tints of Aquamarine #75F1C4

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.5%

 BLUE value IS 196 (76.95% from 255) = 35.38%

R = 21.12%
G = 43.5%
B = 35.38%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#75F1C4 (or 0x75F1C4) is known color: Aquamarine. HEX triplet: 75, F1 and C4. RGB value is (117,241,196). Sum of RGB (Red+Green+Blue) = 117+241+196=554 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.12% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 196 (76.95% from 255 or 35.38% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #75F1C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F1C4 is #8A0E3B. Grayscale: #C6C6C6. Windows color (decimal): -9047612 or 12906869. OLE color: 12906869.

HSL color Cylindrical-coordinate representation of color #75F1C4: hue angle of 158.23º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75F1C4 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 241 196 -
CMYK 0.51 0 0.19 0.05
HSL 158.23º 0.82% 0.7% -
HSV(B) 158.23º 0.51% 0.95% -
XYZ 48.76 70.68 63.3 -
YUV 198.79 126.42 69.66 -
System Red Green Blue C M Y K H S L
Decimal 117 241 196 0.51 0 0.19 0.05 158.23 0.82 0.7
Hex 75 F1 C4 33 0 13 5 9E 52 46
Octal 165 361 304 63 0 23 5 236 122 106
Binary 1110101 11110001 11000100 110011 0 10011 101 10011110 1010010 1000110

Color Harmonies of #75F1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F1C4

Black with #75F1C4

Text Example


Text Example

White with #75F1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,241,196); }

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

background-color css

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

 a { background-color: rgb(117,241,196); }

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

border-color css

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

 span { border-color: rgb(117,241,196); }

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