Html Css Color HEX #75FFCE Aquamarine

📋 copy color: '#75FFCE'

red 117 ◦ green 255 ◦ blue 206

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

Shades of Aquamarine #75FFCE

Tints of Aquamarine #75FFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.64%

R = 20.24%
G = 44.12%
B = 35.64%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#75FFCE (or 0x75FFCE) is known color: Aquamarine. HEX triplet: 75, FF and CE. RGB value is (117,255,206). Sum of RGB (Red+Green+Blue) = 117+255+206=578 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.24% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FFCE is #8A0031. Grayscale: #D0D0D0. Windows color (decimal): -9044018 or 13565813. OLE color: 13565813.

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

Color convert

RGB 117 255 206 -
CMYK 0.54 0 0.19 0
HSL 158.7º 1% 0.73% -
HSV(B) 158.7º 0.54% 1% -
XYZ 54.24 79.76 70.93 -
YUV 208.15 126.78 62.98 -
System Red Green Blue C M Y K H S L
Decimal 117 255 206 0.54 0 0.19 0 158.7 1 0.73
Hex 75 FF CE 36 0 13 0 9F 64 49
Octal 165 377 316 66 0 23 0 237 144 111
Binary 1110101 11111111 11001110 110110 0 10011 0 10011111 1100100 1001001

Color Harmonies of #75FFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FFCE

Black with #75FFCE

Text Example


Text Example

White with #75FFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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