Html Css Color HEX #75FFBB Aquamarine

📋 copy color: '#75FFBB'

red 117 ◦ green 255 ◦ blue 187

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

Shades of Aquamarine #75FFBB

Tints of Aquamarine #75FFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.45%

R = 20.93%
G = 45.62%
B = 33.45%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#75FFBB (or 0x75FFBB) is known color: Aquamarine. HEX triplet: 75, FF and BB. RGB value is (117,255,187). Sum of RGB (Red+Green+Blue) = 117+255+187=559 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.93% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FFBB is #8A0044. Grayscale: #CECECE. Windows color (decimal): -9044037 or 12320629. OLE color: 12320629.

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

Color convert

RGB 117 255 187 -
CMYK 0.54 0 0.27 0
HSL 150.43º 1% 0.73% -
HSV(B) 150.43º 0.54% 1% -
XYZ 52.07 78.89 59.5 -
YUV 205.99 117.28 64.53 -
System Red Green Blue C M Y K H S L
Decimal 117 255 187 0.54 0 0.27 0 150.43 1 0.73
Hex 75 FF BB 36 0 1B 0 96 64 49
Octal 165 377 273 66 0 33 0 226 144 111
Binary 1110101 11111111 10111011 110110 0 11011 0 10010110 1100100 1001001

Color Harmonies of #75FFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FFBB

Black with #75FFBB

Text Example


Text Example

White with #75FFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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