Html Css Color HEX #75EAD2 Aquamarine

📋 copy color: '#75EAD2'

red 117 ◦ green 234 ◦ blue 210

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

Shades of Aquamarine #75EAD2

Tints of Aquamarine #75EAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.43%

R = 20.86%
G = 41.71%
B = 37.43%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#75EAD2 (or 0x75EAD2) is known color: Aquamarine. HEX triplet: 75, EA and D2. RGB value is (117,234,210). Sum of RGB (Red+Green+Blue) = 117+234+210=561 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.86% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #75EAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EAD2 is #8A152D. Grayscale: #C4C4C4. Windows color (decimal): -9049390 or 13822581. OLE color: 13822581.

HSL color Cylindrical-coordinate representation of color #75EAD2: hue angle of 167.69º 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 #75EAD2 is Cyan = 0.5, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 234 210 -
CMYK 0.5 0 0.10 0.08
HSL 167.69º 0.74% 0.69% -
HSV(B) 167.69º 0.5% 0.92% -
XYZ 48.39 67.28 71.41 -
YUV 196.28 135.74 71.45 -
System Red Green Blue C M Y K H S L
Decimal 117 234 210 0.5 0 0.10 0.08 167.69 0.74 0.69
Hex 75 EA D2 32 0 A 8 A8 4A 45
Octal 165 352 322 62 0 12 10 250 112 105
Binary 1110101 11101010 11010010 110010 0 1010 1000 10101000 1001010 1000101

Color Harmonies of #75EAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EAD2

Black with #75EAD2

Text Example


Text Example

White with #75EAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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