Html Css Color HEX #74FABB Aquamarine

📋 copy color: '#74FABB'

red 116 ◦ green 250 ◦ blue 187

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

Shades of Aquamarine #74FABB

Tints of Aquamarine #74FABB

RGB

 RED value IS 116 (45.7% from 255) = 20.98%

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

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

R = 20.98%
G = 45.21%
B = 33.82%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#74FABB (or 0x74FABB) is known color: Aquamarine. HEX triplet: 74, FA and BB. RGB value is (116,250,187). Sum of RGB (Red+Green+Blue) = 116+250+187=553 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.98% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #74FABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FABB is #8B0544. Grayscale: #CACACA. Windows color (decimal): -9110853 or 12319348. OLE color: 12319348.

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

Color convert

RGB 116 250 187 -
CMYK 0.54 0 0.25 0.02
HSL 151.79º 0.93% 0.72% -
HSV(B) 151.79º 0.54% 0.98% -
XYZ 50.36 75.67 58.97 -
YUV 202.75 119.11 66.12 -
System Red Green Blue C M Y K H S L
Decimal 116 250 187 0.54 0 0.25 0.02 151.79 0.93 0.72
Hex 74 FA BB 36 0 19 2 98 5D 48
Octal 164 372 273 66 0 31 2 230 135 110
Binary 1110100 11111010 10111011 110110 0 11001 10 10011000 1011101 1001000

Color Harmonies of #74FABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FABB

Black with #74FABB

Text Example


Text Example

White with #74FABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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