Html Css Color HEX #75FFB6 Aquamarine

📋 copy color: '#75FFB6'

red 117 ◦ green 255 ◦ blue 182

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

Shades of Aquamarine #75FFB6

Tints of Aquamarine #75FFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.85%

R = 21.12%
G = 46.03%
B = 32.85%

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

#75FFB6 (or 0x75FFB6) is known color: Aquamarine. HEX triplet: 75, FF and B6. RGB value is (117,255,182). Sum of RGB (Red+Green+Blue) = 117+255+182=554 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.12% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 182 (71.48% from 255 or 32.85% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FFB6 is #8A0049. Grayscale: #CDCDCD. Windows color (decimal): -9044042 or 11992949. OLE color: 11992949.

HSL color Cylindrical-coordinate representation of color #75FFB6: hue angle of 148.26º 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 #75FFB6 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 117 255 182 -
CMYK 0.54 0 0.29 0
HSL 148.26º 1% 0.73% -
HSV(B) 148.26º 0.54% 1% -
XYZ 51.54 78.68 56.73 -
YUV 205.42 114.78 64.94 -
System Red Green Blue C M Y K H S L
Decimal 117 255 182 0.54 0 0.29 0 148.26 1 0.73
Hex 75 FF B6 36 0 1D 0 94 64 49
Octal 165 377 266 66 0 35 0 224 144 111
Binary 1110101 11111111 10110110 110110 0 11101 0 10010100 1100100 1001001

Color Harmonies of #75FFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FFB6

Black with #75FFB6

Text Example


Text Example

White with #75FFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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