Html Css Color HEX #75EEB8 Aquamarine

📋 copy color: '#75EEB8'

red 117 ◦ green 238 ◦ blue 184

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

Shades of Aquamarine #75EEB8

Tints of Aquamarine #75EEB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.14%

R = 21.71%
G = 44.16%
B = 34.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#75EEB8 (or 0x75EEB8) is known color: Aquamarine. HEX triplet: 75, EE and B8. RGB value is (117,238,184). Sum of RGB (Red+Green+Blue) = 117+238+184=539 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.71% from 539); Green value is 238 (93.36% from 255 or 44.16% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 238 - color contains mainly: green. Hex color #75EEB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EEB8 is #8A1147. Grayscale: #C3C3C3. Windows color (decimal): -9048392 or 12119669. OLE color: 12119669.

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

Color convert

RGB 117 238 184 -
CMYK 0.51 0 0.23 0.07
HSL 153.22º 0.78% 0.7% -
HSV(B) 153.22º 0.51% 0.93% -
XYZ 46.56 68.39 56.09 -
YUV 195.67 121.41 71.89 -
System Red Green Blue C M Y K H S L
Decimal 117 238 184 0.51 0 0.23 0.07 153.22 0.78 0.7
Hex 75 EE B8 33 0 17 7 99 4E 46
Octal 165 356 270 63 0 27 7 231 116 106
Binary 1110101 11101110 10111000 110011 0 10111 111 10011001 1001110 1000110

Color Harmonies of #75EEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EEB8

Black with #75EEB8

Text Example


Text Example

White with #75EEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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