Html Css Color HEX #75FCD0 Aquamarine

📋 copy color: '#75FCD0'

red 117 ◦ green 252 ◦ blue 208

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

Shades of Aquamarine #75FCD0

Tints of Aquamarine #75FCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.05%

R = 20.28%
G = 43.67%
B = 36.05%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#75FCD0 (or 0x75FCD0) is known color: Aquamarine. HEX triplet: 75, FC and D0. RGB value is (117,252,208). Sum of RGB (Red+Green+Blue) = 117+252+208=577 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.28% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #75FCD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FCD0 is #8A032F. Grayscale: #CECECE. Windows color (decimal): -9044784 or 13696117. OLE color: 13696117.

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

Color convert

RGB 117 252 208 -
CMYK 0.54 0 0.17 0.01
HSL 160.44º 0.96% 0.72% -
HSV(B) 160.44º 0.54% 0.99% -
XYZ 53.53 77.96 71.9 -
YUV 206.62 128.77 64.08 -
System Red Green Blue C M Y K H S L
Decimal 117 252 208 0.54 0 0.17 0.01 160.44 0.96 0.72
Hex 75 FC D0 36 0 11 1 A0 60 48
Octal 165 374 320 66 0 21 1 240 140 110
Binary 1110101 11111100 11010000 110110 0 10001 1 10100000 1100000 1001000

Color Harmonies of #75FCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FCD0

Black with #75FCD0

Text Example


Text Example

White with #75FCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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