Html Css Color HEX #75FABB Aquamarine

📋 copy color: '#75FABB'

red 117 ◦ green 250 ◦ blue 187

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

Shades of Aquamarine #75FABB

Tints of Aquamarine #75FABB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.13%

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

R = 21.12%
G = 45.13%
B = 33.75%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#75FABB (or 0x75FABB) is known color: Aquamarine. HEX triplet: 75, FA and BB. RGB value is (117,250,187). Sum of RGB (Red+Green+Blue) = 117+250+187=554 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.12% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #75FABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75FABB is #8A0544. Grayscale: #CBCBCB. Windows color (decimal): -9045317 or 12319349. OLE color: 12319349.

HSL color Cylindrical-coordinate representation of color #75FABB: hue angle of 151.58º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75FABB is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 250 187 -
CMYK 0.53 0 0.25 0.02
HSL 151.58º 0.93% 0.72% -
HSV(B) 151.58º 0.53% 0.98% -
XYZ 50.49 75.74 58.97 -
YUV 203.05 118.94 66.62 -
System Red Green Blue C M Y K H S L
Decimal 117 250 187 0.53 0 0.25 0.02 151.58 0.93 0.72
Hex 75 FA BB 35 0 19 2 98 5D 48
Octal 165 372 273 65 0 31 2 230 135 110
Binary 1110101 11111010 10111011 110101 0 11001 10 10011000 1011101 1001000

Color Harmonies of #75FABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FABB

Black with #75FABB

Text Example


Text Example

White with #75FABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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