Html Css Color HEX #74F9B3 Aquamarine

📋 copy color: '#74F9B3'

red 116 ◦ green 249 ◦ blue 179

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

Shades of Aquamarine #74F9B3

Tints of Aquamarine #74F9B3

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.77%

 BLUE value IS 179 (70.31% from 255) = 32.9%

R = 21.32%
G = 45.77%
B = 32.9%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#74F9B3 (or 0x74F9B3) is known color: Aquamarine. HEX triplet: 74, F9 and B3. RGB value is (116,249,179). Sum of RGB (Red+Green+Blue) = 116+249+179=544 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.32% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #74F9B3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F9B3 is #8B064C. Grayscale: #C9C9C9. Windows color (decimal): -9111117 or 11794804. OLE color: 11794804.

HSL color Cylindrical-coordinate representation of color #74F9B3: hue angle of 148.42º degrees, saturation: 0.92, 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 #74F9B3 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 249 179 -
CMYK 0.53 0 0.28 0.02
HSL 148.42º 0.92% 0.72% -
HSV(B) 148.42º 0.53% 0.98% -
XYZ 49.21 74.72 54.48 -
YUV 201.25 115.44 67.19 -
System Red Green Blue C M Y K H S L
Decimal 116 249 179 0.53 0 0.28 0.02 148.42 0.92 0.72
Hex 74 F9 B3 35 0 1C 2 94 5C 48
Octal 164 371 263 65 0 34 2 224 134 110
Binary 1110100 11111001 10110011 110101 0 11100 10 10010100 1011100 1001000

Color Harmonies of #74F9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F9B3

Black with #74F9B3

Text Example


Text Example

White with #74F9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,249,179); }

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

background-color css

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

 a { background-color: rgb(116,249,179); }

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

border-color css

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

 span { border-color: rgb(116,249,179); }

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