Html Css Color HEX #75FDC6 Aquamarine

📋 copy color: '#75FDC6'

red 117 ◦ green 253 ◦ blue 198

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

Shades of Aquamarine #75FDC6

Tints of Aquamarine #75FDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.86%

R = 20.6%
G = 44.54%
B = 34.86%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#75FDC6 (or 0x75FDC6) is known color: Aquamarine. HEX triplet: 75, FD and C6. RGB value is (117,253,198). Sum of RGB (Red+Green+Blue) = 117+253+198=568 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.60% from 568); Green value is 253 (99.22% from 255 or 44.54% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 253 - color contains mainly: green. Hex color #75FDC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FDC6 is #8A0239. Grayscale: #CECECE. Windows color (decimal): -9044538 or 13041013. OLE color: 13041013.

HSL color Cylindrical-coordinate representation of color #75FDC6: hue angle of 155.74º 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 #75FDC6 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 253 198 -
CMYK 0.54 0 0.22 0.01
HSL 155.74º 0.97% 0.73% -
HSV(B) 155.74º 0.54% 0.99% -
XYZ 52.65 78.11 65.73 -
YUV 206.07 123.44 64.47 -
System Red Green Blue C M Y K H S L
Decimal 117 253 198 0.54 0 0.22 0.01 155.74 0.97 0.73
Hex 75 FD C6 36 0 16 1 9C 61 49
Octal 165 375 306 66 0 26 1 234 141 111
Binary 1110101 11111101 11000110 110110 0 10110 1 10011100 1100001 1001001

Color Harmonies of #75FDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FDC6

Black with #75FDC6

Text Example


Text Example

White with #75FDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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