Html Css Color HEX #75FFB4 Aquamarine

📋 copy color: '#75FFB4'

red 117 ◦ green 255 ◦ blue 180

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

Shades of Aquamarine #75FFB4

Tints of Aquamarine #75FFB4

RGB

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

 GREEN value IS 255 (100% from 255) = 46.2%

 BLUE value IS 180 (70.7% from 255) = 32.61%

R = 21.2%
G = 46.2%
B = 32.61%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#75FFB4 (or 0x75FFB4) is known color: Aquamarine. HEX triplet: 75, FF and B4. RGB value is (117,255,180). Sum of RGB (Red+Green+Blue) = 117+255+180=552 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.20% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FFB4 is #8A004B. Grayscale: #CDCDCD. Windows color (decimal): -9044044 or 11861877. OLE color: 11861877.

HSL color Cylindrical-coordinate representation of color #75FFB4: hue angle of 147.39º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FFB4 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 117 255 180 -
CMYK 0.54 0 0.29 0
HSL 147.39º 1% 0.73% -
HSV(B) 147.39º 0.54% 1% -
XYZ 51.33 78.6 55.65 -
YUV 205.19 113.78 65.1 -
System Red Green Blue C M Y K H S L
Decimal 117 255 180 0.54 0 0.29 0 147.39 1 0.73
Hex 75 FF B4 36 0 1D 0 93 64 49
Octal 165 377 264 66 0 35 0 223 144 111
Binary 1110101 11111111 10110100 110110 0 11101 0 10010011 1100100 1001001

Color Harmonies of #75FFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FFB4

Black with #75FFB4

Text Example


Text Example

White with #75FFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,255,180); }

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

background-color css

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

 a { background-color: rgb(117,255,180); }

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

border-color css

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

 span { border-color: rgb(117,255,180); }

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