Html Css Color HEX #75EACB Aquamarine

📋 copy color: '#75EACB'

red 117 ◦ green 234 ◦ blue 203

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

Shades of Aquamarine #75EACB

Tints of Aquamarine #75EACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.64%

R = 21.12%
G = 42.24%
B = 36.64%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#75EACB (or 0x75EACB) is known color: Aquamarine. HEX triplet: 75, EA and CB. RGB value is (117,234,203). Sum of RGB (Red+Green+Blue) = 117+234+203=554 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.12% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #75EACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EACB is #8A1534. Grayscale: #C3C3C3. Windows color (decimal): -9049397 or 13363829. OLE color: 13363829.

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

Color convert

RGB 117 234 203 -
CMYK 0.5 0 0.13 0.08
HSL 164.1º 0.74% 0.69% -
HSV(B) 164.1º 0.5% 0.92% -
XYZ 47.54 66.94 66.91 -
YUV 195.48 132.24 72.02 -
System Red Green Blue C M Y K H S L
Decimal 117 234 203 0.5 0 0.13 0.08 164.1 0.74 0.69
Hex 75 EA CB 32 0 D 8 A4 4A 45
Octal 165 352 313 62 0 15 10 244 112 105
Binary 1110101 11101010 11001011 110010 0 1101 1000 10100100 1001010 1000101

Color Harmonies of #75EACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EACB

Black with #75EACB

Text Example


Text Example

White with #75EACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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