Html Css Color HEX #75FFD3 Aquamarine

📋 copy color: '#75FFD3'

red 117 ◦ green 255 ◦ blue 211

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

Shades of Aquamarine #75FFD3

Tints of Aquamarine #75FFD3

RGB

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

 GREEN value IS 255 (100% from 255) = 43.74%

 BLUE value IS 211 (82.81% from 255) = 36.19%

R = 20.07%
G = 43.74%
B = 36.19%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#75FFD3 (or 0x75FFD3) is known color: Aquamarine. HEX triplet: 75, FF and D3. RGB value is (117,255,211). Sum of RGB (Red+Green+Blue) = 117+255+211=583 (77% of max value = 765). Red value is 117 (46.09% from 255 or 20.07% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 211 (82.81% from 255 or 36.19% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FFD3 is #8A002C. Grayscale: #D0D0D0. Windows color (decimal): -9044013 or 13893493. OLE color: 13893493.

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

Color convert

RGB 117 255 211 -
CMYK 0.54 0 0.17 0
HSL 160.87º 1% 0.73% -
HSV(B) 160.87º 0.54% 1% -
XYZ 54.85 80.01 74.18 -
YUV 208.72 129.28 62.58 -
System Red Green Blue C M Y K H S L
Decimal 117 255 211 0.54 0 0.17 0 160.87 1 0.73
Hex 75 FF D3 36 0 11 0 A1 64 49
Octal 165 377 323 66 0 21 0 241 144 111
Binary 1110101 11111111 11010011 110110 0 10001 0 10100001 1100100 1001001

Color Harmonies of #75FFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FFD3

Black with #75FFD3

Text Example


Text Example

White with #75FFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,255,211); }

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

background-color css

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

 a { background-color: rgb(117,255,211); }

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

border-color css

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

 span { border-color: rgb(117,255,211); }

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