Html Css Color HEX #75EECE Aquamarine

📋 copy color: '#75EECE'

red 117 ◦ green 238 ◦ blue 206

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

Shades of Aquamarine #75EECE

Tints of Aquamarine #75EECE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.42%

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

R = 20.86%
G = 42.42%
B = 36.72%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#75EECE (or 0x75EECE) is known color: Aquamarine. HEX triplet: 75, EE and CE. RGB value is (117,238,206). Sum of RGB (Red+Green+Blue) = 117+238+206=561 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.86% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 238 - color contains mainly: green. Hex color #75EECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EECE is #8A1131. Grayscale: #C6C6C6. Windows color (decimal): -9048370 or 13561461. OLE color: 13561461.

HSL color Cylindrical-coordinate representation of color #75EECE: hue angle of 164.13º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EECE is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 238 206 -
CMYK 0.51 0 0.13 0.07
HSL 164.13º 0.78% 0.7% -
HSV(B) 164.13º 0.51% 0.93% -
XYZ 49.05 69.39 69.2 -
YUV 198.17 132.41 70.1 -
System Red Green Blue C M Y K H S L
Decimal 117 238 206 0.51 0 0.13 0.07 164.13 0.78 0.7
Hex 75 EE CE 33 0 D 7 A4 4E 46
Octal 165 356 316 63 0 15 7 244 116 106
Binary 1110101 11101110 11001110 110011 0 1101 111 10100100 1001110 1000110

Color Harmonies of #75EECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EECE

Black with #75EECE

Text Example


Text Example

White with #75EECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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