Html Css Color HEX #75F2D9 Aquamarine

📋 copy color: '#75F2D9'

red 117 ◦ green 242 ◦ blue 217

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

Shades of Aquamarine #75F2D9

Tints of Aquamarine #75F2D9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.01%

 BLUE value IS 217 (85.16% from 255) = 37.67%

R = 20.31%
G = 42.01%
B = 37.67%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#75F2D9 (or 0x75F2D9) is known color: Aquamarine. HEX triplet: 75, F2 and D9. RGB value is (117,242,217). Sum of RGB (Red+Green+Blue) = 117+242+217=576 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.31% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 217 (85.16% from 255 or 37.67% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #75F2D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F2D9 is #8A0D26. Grayscale: #C9C9C9. Windows color (decimal): -9047335 or 14283381. OLE color: 14283381.

HSL color Cylindrical-coordinate representation of color #75F2D9: hue angle of 168º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F2D9 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 242 217 -
CMYK 0.52 0 0.10 0.05
HSL 168º 0.83% 0.7% -
HSV(B) 168º 0.52% 0.95% -
XYZ 51.61 72.3 76.88 -
YUV 201.78 136.59 67.53 -
System Red Green Blue C M Y K H S L
Decimal 117 242 217 0.52 0 0.10 0.05 168 0.83 0.7
Hex 75 F2 D9 34 0 A 5 A8 53 46
Octal 165 362 331 64 0 12 5 250 123 106
Binary 1110101 11110010 11011001 110100 0 1010 101 10101000 1010011 1000110

Color Harmonies of #75F2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F2D9

Black with #75F2D9

Text Example


Text Example

White with #75F2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,242,217); }

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

background-color css

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

 a { background-color: rgb(117,242,217); }

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

border-color css

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

 span { border-color: rgb(117,242,217); }

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