Html Css Color HEX #75F1E4 Aquamarine

📋 copy color: '#75F1E4'

red 117 ◦ green 241 ◦ blue 228

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

Shades of Aquamarine #75F1E4

Tints of Aquamarine #75F1E4

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.13%

 BLUE value IS 228 (89.45% from 255) = 38.91%

R = 19.97%
G = 41.13%
B = 38.91%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#75F1E4 (or 0x75F1E4) is known color: Aquamarine. HEX triplet: 75, F1 and E4. RGB value is (117,241,228). Sum of RGB (Red+Green+Blue) = 117+241+228=586 (77% of max value = 765). Red value is 117 (46.09% from 255 or 19.97% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 228 (89.45% from 255 or 38.91% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #75F1E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75F1E4 is #8A0E1B. Grayscale: #CACACA. Windows color (decimal): -9047580 or 15004021. OLE color: 15004021.

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

Color convert

RGB 117 241 228 -
CMYK 0.51 0 0.05 0.05
HSL 173.71º 0.82% 0.7% -
HSV(B) 173.71º 0.51% 0.95% -
XYZ 52.8 72.29 84.57 -
YUV 202.44 142.42 67.06 -
System Red Green Blue C M Y K H S L
Decimal 117 241 228 0.51 0 0.05 0.05 173.71 0.82 0.7
Hex 75 F1 E4 33 0 5 5 AE 52 46
Octal 165 361 344 63 0 5 5 256 122 106
Binary 1110101 11110001 11100100 110011 0 101 101 10101110 1010010 1000110

Color Harmonies of #75F1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F1E4

Black with #75F1E4

Text Example


Text Example

White with #75F1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,241,228); }

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

background-color css

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

 a { background-color: rgb(117,241,228); }

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

border-color css

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

 span { border-color: rgb(117,241,228); }

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