Html Css Color HEX #75E9CF Aquamarine

📋 copy color: '#75E9CF'

red 117 ◦ green 233 ◦ blue 207

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

Shades of Aquamarine #75E9CF

Tints of Aquamarine #75E9CF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.83%

 BLUE value IS 207 (81.25% from 255) = 37.16%

R = 21.01%
G = 41.83%
B = 37.16%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#75E9CF (or 0x75E9CF) is known color: Aquamarine. HEX triplet: 75, E9 and CF. RGB value is (117,233,207). Sum of RGB (Red+Green+Blue) = 117+233+207=557 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.01% from 557); Green value is 233 (91.41% from 255 or 41.83% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 233 - color contains mainly: green. Hex color #75E9CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75E9CF is #8A1630. Grayscale: #C3C3C3. Windows color (decimal): -9049649 or 13625717. OLE color: 13625717.

HSL color Cylindrical-coordinate representation of color #75E9CF: hue angle of 166.55º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75E9CF is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 233 207 -
CMYK 0.50 0 0.11 0.09
HSL 166.55º 0.73% 0.69% -
HSV(B) 166.55º 0.5% 0.91% -
XYZ 47.74 66.56 69.36 -
YUV 195.35 134.57 72.11 -
System Red Green Blue C M Y K H S L
Decimal 117 233 207 0.50 0 0.11 0.09 166.55 0.73 0.69
Hex 75 E9 CF 32 0 B 9 A7 48 45
Octal 165 351 317 62 0 13 11 247 110 105
Binary 1110101 11101001 11001111 110010 0 1011 1001 10100111 1001000 1000101

Color Harmonies of #75E9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E9CF

Black with #75E9CF

Text Example


Text Example

White with #75E9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,233,207); }

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

background-color css

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

 a { background-color: rgb(117,233,207); }

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

border-color css

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

 span { border-color: rgb(117,233,207); }

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