Html Css Color HEX #74F7B3 Aquamarine

📋 copy color: '#74F7B3'

red 116 ◦ green 247 ◦ blue 179

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

Shades of Aquamarine #74F7B3

Tints of Aquamarine #74F7B3

RGB

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

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

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

R = 21.4%
G = 45.57%
B = 33.03%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#74F7B3 (or 0x74F7B3) is known color: Aquamarine. HEX triplet: 74, F7 and B3. RGB value is (116,247,179). Sum of RGB (Red+Green+Blue) = 116+247+179=542 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.40% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #74F7B3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F7B3 is #8B084C. Grayscale: #C8C8C8. Windows color (decimal): -9111629 or 11794292. OLE color: 11794292.

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

Color convert

RGB 116 247 179 -
CMYK 0.53 0 0.28 0.03
HSL 148.86º 0.89% 0.71% -
HSV(B) 148.86º 0.53% 0.97% -
XYZ 48.6 73.49 54.27 -
YUV 200.08 116.1 68.03 -
System Red Green Blue C M Y K H S L
Decimal 116 247 179 0.53 0 0.28 0.03 148.86 0.89 0.71
Hex 74 F7 B3 35 0 1C 3 95 59 47
Octal 164 367 263 65 0 34 3 225 131 107
Binary 1110100 11110111 10110011 110101 0 11100 11 10010101 1011001 1000111

Color Harmonies of #74F7B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F7B3

Black with #74F7B3

Text Example


Text Example

White with #74F7B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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