Html Css Color HEX #75FCD6 Aquamarine

📋 copy color: '#75FCD6'

red 117 ◦ green 252 ◦ blue 214

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

Shades of Aquamarine #75FCD6

Tints of Aquamarine #75FCD6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.22%

 BLUE value IS 214 (83.98% from 255) = 36.71%

R = 20.07%
G = 43.22%
B = 36.71%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#75FCD6 (or 0x75FCD6) is known color: Aquamarine. HEX triplet: 75, FC and D6. RGB value is (117,252,214). Sum of RGB (Red+Green+Blue) = 117+252+214=583 (77% of max value = 765). Red value is 117 (46.09% from 255 or 20.07% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 214 (83.98% from 255 or 36.71% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #75FCD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FCD6 is #8A0329. Grayscale: #CFCFCF. Windows color (decimal): -9044778 or 14089333. OLE color: 14089333.

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

Color convert

RGB 117 252 214 -
CMYK 0.54 0 0.15 0.01
HSL 163.11º 0.96% 0.72% -
HSV(B) 163.11º 0.54% 0.99% -
XYZ 54.28 78.26 75.86 -
YUV 207.3 131.77 63.59 -
System Red Green Blue C M Y K H S L
Decimal 117 252 214 0.54 0 0.15 0.01 163.11 0.96 0.72
Hex 75 FC D6 36 0 F 1 A3 60 48
Octal 165 374 326 66 0 17 1 243 140 110
Binary 1110101 11111100 11010110 110110 0 1111 1 10100011 1100000 1001000

Color Harmonies of #75FCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FCD6

Black with #75FCD6

Text Example


Text Example

White with #75FCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,252,214); }

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

background-color css

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

 a { background-color: rgb(117,252,214); }

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

border-color css

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

 span { border-color: rgb(117,252,214); }

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