Html Css Color HEX #75EAD3 Aquamarine

📋 copy color: '#75EAD3'

red 117 ◦ green 234 ◦ blue 211

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

Shades of Aquamarine #75EAD3

Tints of Aquamarine #75EAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.54%

R = 20.82%
G = 41.64%
B = 37.54%

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

#75EAD3 (or 0x75EAD3) is known color: Aquamarine. HEX triplet: 75, EA and D3. RGB value is (117,234,211). Sum of RGB (Red+Green+Blue) = 117+234+211=562 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.82% from 562); Green value is 234 (91.80% from 255 or 41.64% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 234 - color contains mainly: green. Hex color #75EAD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EAD3 is #8A152C. Grayscale: #C4C4C4. Windows color (decimal): -9049389 or 13888117. OLE color: 13888117.

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

Color convert

RGB 117 234 211 -
CMYK 0.5 0 0.10 0.08
HSL 168.21º 0.74% 0.69% -
HSV(B) 168.21º 0.5% 0.92% -
XYZ 48.52 67.33 72.07 -
YUV 196.4 136.24 71.37 -
System Red Green Blue C M Y K H S L
Decimal 117 234 211 0.5 0 0.10 0.08 168.21 0.74 0.69
Hex 75 EA D3 32 0 A 8 A8 4A 45
Octal 165 352 323 62 0 12 10 250 112 105
Binary 1110101 11101010 11010011 110010 0 1010 1000 10101000 1001010 1000101

Color Harmonies of #75EAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EAD3

Black with #75EAD3

Text Example


Text Example

White with #75EAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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