Html Css Color HEX #75FFBF Aquamarine

📋 copy color: '#75FFBF'

red 117 ◦ green 255 ◦ blue 191

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

Shades of Aquamarine #75FFBF

Tints of Aquamarine #75FFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.93%

R = 20.78%
G = 45.29%
B = 33.93%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#75FFBF (or 0x75FFBF) is known color: Aquamarine. HEX triplet: 75, FF and BF. RGB value is (117,255,191). Sum of RGB (Red+Green+Blue) = 117+255+191=563 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.78% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FFBF is #8A0040. Grayscale: #CECECE. Windows color (decimal): -9044033 or 12582773. OLE color: 12582773.

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

Color convert

RGB 117 255 191 -
CMYK 0.54 0 0.25 0
HSL 152.17º 1% 0.73% -
HSV(B) 152.17º 0.54% 1% -
XYZ 52.5 79.06 61.78 -
YUV 206.44 119.28 64.2 -
System Red Green Blue C M Y K H S L
Decimal 117 255 191 0.54 0 0.25 0 152.17 1 0.73
Hex 75 FF BF 36 0 19 0 98 64 49
Octal 165 377 277 66 0 31 0 230 144 111
Binary 1110101 11111111 10111111 110110 0 11001 0 10011000 1100100 1001001

Color Harmonies of #75FFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FFBF

Black with #75FFBF

Text Example


Text Example

White with #75FFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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