Html Css Color HEX #75F9C8 Aquamarine

📋 copy color: '#75F9C8'

red 117 ◦ green 249 ◦ blue 200

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

Shades of Aquamarine #75F9C8

Tints of Aquamarine #75F9C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.34%

R = 20.67%
G = 43.99%
B = 35.34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#75F9C8 (or 0x75F9C8) is known color: Aquamarine. HEX triplet: 75, F9 and C8. RGB value is (117,249,200). Sum of RGB (Red+Green+Blue) = 117+249+200=566 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.67% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #75F9C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F9C8 is #8A0637. Grayscale: #CCCCCC. Windows color (decimal): -9045560 or 13171061. OLE color: 13171061.

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

Color convert

RGB 117 249 200 -
CMYK 0.53 0 0.20 0.02
HSL 157.73º 0.92% 0.72% -
HSV(B) 157.73º 0.53% 0.98% -
XYZ 51.64 75.7 66.53 -
YUV 203.95 125.77 65.98 -
System Red Green Blue C M Y K H S L
Decimal 117 249 200 0.53 0 0.20 0.02 157.73 0.92 0.72
Hex 75 F9 C8 35 0 14 2 9E 5C 48
Octal 165 371 310 65 0 24 2 236 134 110
Binary 1110101 11111001 11001000 110101 0 10100 10 10011110 1011100 1001000

Color Harmonies of #75F9C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F9C8

Black with #75F9C8

Text Example


Text Example

White with #75F9C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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