Html Css Color HEX #75EEDA Aquamarine

📋 copy color: '#75EEDA'

red 117 ◦ green 238 ◦ blue 218

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

Shades of Aquamarine #75EEDA

Tints of Aquamarine #75EEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.05%

R = 20.42%
G = 41.54%
B = 38.05%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#75EEDA (or 0x75EEDA) is known color: Aquamarine. HEX triplet: 75, EE and DA. RGB value is (117,238,218). Sum of RGB (Red+Green+Blue) = 117+238+218=573 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.42% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #75EEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EEDA is #8A1125. Grayscale: #C7C7C7. Windows color (decimal): -9048358 or 14347893. OLE color: 14347893.

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

Color convert

RGB 117 238 218 -
CMYK 0.51 0 0.08 0.07
HSL 170.08º 0.78% 0.7% -
HSV(B) 170.08º 0.51% 0.93% -
XYZ 50.57 69.99 77.17 -
YUV 199.54 138.41 69.13 -
System Red Green Blue C M Y K H S L
Decimal 117 238 218 0.51 0 0.08 0.07 170.08 0.78 0.7
Hex 75 EE DA 33 0 8 7 AA 4E 46
Octal 165 356 332 63 0 10 7 252 116 106
Binary 1110101 11101110 11011010 110011 0 1000 111 10101010 1001110 1000110

Color Harmonies of #75EEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EEDA

Black with #75EEDA

Text Example


Text Example

White with #75EEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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