Html Css Color HEX #74F7BB Aquamarine

📋 copy color: '#74F7BB'

red 116 ◦ green 247 ◦ blue 187

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

Shades of Aquamarine #74F7BB

Tints of Aquamarine #74F7BB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.91%

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

R = 21.09%
G = 44.91%
B = 34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#74F7BB (or 0x74F7BB) is known color: Aquamarine. HEX triplet: 74, F7 and BB. RGB value is (116,247,187). Sum of RGB (Red+Green+Blue) = 116+247+187=550 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.09% from 550); Green value is 247 (96.88% from 255 or 44.91% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 247 - color contains mainly: green. Hex color #74F7BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F7BB is #8B0844. Grayscale: #C9C9C9. Windows color (decimal): -9111621 or 12318580. OLE color: 12318580.

HSL color Cylindrical-coordinate representation of color #74F7BB: hue angle of 152.52º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F7BB is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 116 247 187 -
CMYK 0.53 0 0.24 0.03
HSL 152.52º 0.89% 0.71% -
HSV(B) 152.52º 0.53% 0.97% -
XYZ 49.43 73.82 58.66 -
YUV 200.99 120.1 67.38 -
System Red Green Blue C M Y K H S L
Decimal 116 247 187 0.53 0 0.24 0.03 152.52 0.89 0.71
Hex 74 F7 BB 35 0 18 3 99 59 47
Octal 164 367 273 65 0 30 3 231 131 107
Binary 1110100 11110111 10111011 110101 0 11000 11 10011001 1011001 1000111

Color Harmonies of #74F7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F7BB

Black with #74F7BB

Text Example


Text Example

White with #74F7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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