Html Css Color HEX #75FCD3 Aquamarine

📋 copy color: '#75FCD3'

red 117 ◦ green 252 ◦ blue 211

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

Shades of Aquamarine #75FCD3

Tints of Aquamarine #75FCD3

RGB

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

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

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

R = 20.17%
G = 43.45%
B = 36.38%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#75FCD3 (or 0x75FCD3) is known color: Aquamarine. HEX triplet: 75, FC and D3. RGB value is (117,252,211). Sum of RGB (Red+Green+Blue) = 117+252+211=580 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.17% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 252 - color contains mainly: green. Hex color #75FCD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FCD3 is #8A032C. Grayscale: #CECECE. Windows color (decimal): -9044781 or 13892725. OLE color: 13892725.

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

Color convert

RGB 117 252 211 -
CMYK 0.54 0 0.16 0.01
HSL 161.78º 0.96% 0.72% -
HSV(B) 161.78º 0.54% 0.99% -
XYZ 53.9 78.11 73.86 -
YUV 206.96 130.27 63.83 -
System Red Green Blue C M Y K H S L
Decimal 117 252 211 0.54 0 0.16 0.01 161.78 0.96 0.72
Hex 75 FC D3 36 0 10 1 A2 60 48
Octal 165 374 323 66 0 20 1 242 140 110
Binary 1110101 11111100 11010011 110110 0 10000 1 10100010 1100000 1001000

Color Harmonies of #75FCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FCD3

Black with #75FCD3

Text Example


Text Example

White with #75FCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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