Html Css Color HEX #75FDC7 Aquamarine

📋 copy color: '#75FDC7'

red 117 ◦ green 253 ◦ blue 199

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

Shades of Aquamarine #75FDC7

Tints of Aquamarine #75FDC7

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.46%

 BLUE value IS 199 (78.13% from 255) = 34.97%

R = 20.56%
G = 44.46%
B = 34.97%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#75FDC7 (or 0x75FDC7) is known color: Aquamarine. HEX triplet: 75, FD and C7. RGB value is (117,253,199). Sum of RGB (Red+Green+Blue) = 117+253+199=569 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.56% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 199 (78.12% from 255 or 34.97% from 569); Max value from RGB is 253 - color contains mainly: green. Hex color #75FDC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FDC7 is #8A0238. Grayscale: #CECECE. Windows color (decimal): -9044537 or 13106549. OLE color: 13106549.

HSL color Cylindrical-coordinate representation of color #75FDC7: hue angle of 156.18º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FDC7 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 253 199 -
CMYK 0.54 0 0.21 0.01
HSL 156.18º 0.97% 0.73% -
HSV(B) 156.18º 0.54% 0.99% -
XYZ 52.77 78.16 66.34 -
YUV 206.18 123.94 64.39 -
System Red Green Blue C M Y K H S L
Decimal 117 253 199 0.54 0 0.21 0.01 156.18 0.97 0.73
Hex 75 FD C7 36 0 15 1 9C 61 49
Octal 165 375 307 66 0 25 1 234 141 111
Binary 1110101 11111101 11000111 110110 0 10101 1 10011100 1100001 1001001

Color Harmonies of #75FDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FDC7

Black with #75FDC7

Text Example


Text Example

White with #75FDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,253,199); }

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

background-color css

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

 a { background-color: rgb(117,253,199); }

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

border-color css

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

 span { border-color: rgb(117,253,199); }

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