Html Css Color HEX #75EAC8 Aquamarine

📋 copy color: '#75EAC8'

red 117 ◦ green 234 ◦ blue 200

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

Shades of Aquamarine #75EAC8

Tints of Aquamarine #75EAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.3%

R = 21.23%
G = 42.47%
B = 36.3%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#75EAC8 (or 0x75EAC8) is known color: Aquamarine. HEX triplet: 75, EA and C8. RGB value is (117,234,200). Sum of RGB (Red+Green+Blue) = 117+234+200=551 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.23% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #75EAC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EAC8 is #8A1537. Grayscale: #C3C3C3. Windows color (decimal): -9049400 or 13167221. OLE color: 13167221.

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

Color convert

RGB 117 234 200 -
CMYK 0.5 0 0.15 0.08
HSL 162.56º 0.74% 0.69% -
HSV(B) 162.56º 0.5% 0.92% -
XYZ 47.18 66.8 65.05 -
YUV 195.14 130.74 72.26 -
System Red Green Blue C M Y K H S L
Decimal 117 234 200 0.5 0 0.15 0.08 162.56 0.74 0.69
Hex 75 EA C8 32 0 F 8 A3 4A 45
Octal 165 352 310 62 0 17 10 243 112 105
Binary 1110101 11101010 11001000 110010 0 1111 1000 10100011 1001010 1000101

Color Harmonies of #75EAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EAC8

Black with #75EAC8

Text Example


Text Example

White with #75EAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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