Html Css Color HEX #75EBC2 Aquamarine

📋 copy color: '#75EBC2'

red 117 ◦ green 235 ◦ blue 194

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

Shades of Aquamarine #75EBC2

Tints of Aquamarine #75EBC2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.04%

 BLUE value IS 194 (76.17% from 255) = 35.53%

R = 21.43%
G = 43.04%
B = 35.53%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#75EBC2 (or 0x75EBC2) is known color: Aquamarine. HEX triplet: 75, EB and C2. RGB value is (117,235,194). Sum of RGB (Red+Green+Blue) = 117+235+194=546 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.43% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #75EBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75EBC2 is #8A143D. Grayscale: #C3C3C3. Windows color (decimal): -9049150 or 12774261. OLE color: 12774261.

HSL color Cylindrical-coordinate representation of color #75EBC2: hue angle of 159.15º degrees, saturation: 0.75, 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 #75EBC2 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 235 194 -
CMYK 0.50 0 0.17 0.08
HSL 159.15º 0.75% 0.69% -
HSV(B) 159.15º 0.5% 0.92% -
XYZ 46.78 67.09 61.52 -
YUV 195.04 127.41 72.33 -
System Red Green Blue C M Y K H S L
Decimal 117 235 194 0.50 0 0.17 0.08 159.15 0.75 0.69
Hex 75 EB C2 32 0 11 8 9F 4B 45
Octal 165 353 302 62 0 21 10 237 113 105
Binary 1110101 11101011 11000010 110010 0 10001 1000 10011111 1001011 1000101

Color Harmonies of #75EBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EBC2

Black with #75EBC2

Text Example


Text Example

White with #75EBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,235,194); }

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

background-color css

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

 a { background-color: rgb(117,235,194); }

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

border-color css

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

 span { border-color: rgb(117,235,194); }

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