Html Css Color HEX #75EACF Aquamarine

📋 copy color: '#75EACF'

red 117 ◦ green 234 ◦ blue 207

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

Shades of Aquamarine #75EACF

Tints of Aquamarine #75EACF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.94%

 BLUE value IS 207 (81.25% from 255) = 37.1%

R = 20.97%
G = 41.94%
B = 37.1%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#75EACF (or 0x75EACF) is known color: Aquamarine. HEX triplet: 75, EA and CF. RGB value is (117,234,207). Sum of RGB (Red+Green+Blue) = 117+234+207=558 (73% of max value = 765). Red value is 117 (46.09% from 255 or 20.97% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #75EACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EACF is #8A1530. Grayscale: #C3C3C3. Windows color (decimal): -9049393 or 13625973. OLE color: 13625973.

HSL color Cylindrical-coordinate representation of color #75EACF: hue angle of 166.15º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EACF is Cyan = 0.5, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 234 207 -
CMYK 0.5 0 0.12 0.08
HSL 166.15º 0.74% 0.69% -
HSV(B) 166.15º 0.5% 0.92% -
XYZ 48.02 67.13 69.46 -
YUV 195.94 134.24 71.7 -
System Red Green Blue C M Y K H S L
Decimal 117 234 207 0.5 0 0.12 0.08 166.15 0.74 0.69
Hex 75 EA CF 32 0 C 8 A6 4A 45
Octal 165 352 317 62 0 14 10 246 112 105
Binary 1110101 11101010 11001111 110010 0 1100 1000 10100110 1001010 1000101

Color Harmonies of #75EACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EACF

Black with #75EACF

Text Example


Text Example

White with #75EACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,234,207); }

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

background-color css

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

 a { background-color: rgb(117,234,207); }

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

border-color css

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

 span { border-color: rgb(117,234,207); }

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