Html Css Color HEX #74FFBB Aquamarine

📋 copy color: '#74FFBB'

red 116 ◦ green 255 ◦ blue 187

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

Shades of Aquamarine #74FFBB

Tints of Aquamarine #74FFBB

RGB

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

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

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

R = 20.79%
G = 45.7%
B = 33.51%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#74FFBB (or 0x74FFBB) is known color: Aquamarine. HEX triplet: 74, FF and BB. RGB value is (116,255,187). Sum of RGB (Red+Green+Blue) = 116+255+187=558 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.79% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FFBB is #8B0044. Grayscale: #CDCDCD. Windows color (decimal): -9109573 or 12320628. OLE color: 12320628.

HSL color Cylindrical-coordinate representation of color #74FFBB: hue angle of 150.65º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74FFBB is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 116 255 187 -
CMYK 0.55 0 0.27 0
HSL 150.65º 1% 0.73% -
HSV(B) 150.65º 0.55% 1% -
XYZ 51.93 78.82 59.49 -
YUV 205.69 117.45 64.03 -
System Red Green Blue C M Y K H S L
Decimal 116 255 187 0.55 0 0.27 0 150.65 1 0.73
Hex 74 FF BB 37 0 1B 0 97 64 49
Octal 164 377 273 67 0 33 0 227 144 111
Binary 1110100 11111111 10111011 110111 0 11011 0 10010111 1100100 1001001

Color Harmonies of #74FFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FFBB

Black with #74FFBB

Text Example


Text Example

White with #74FFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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