Html Css Color HEX #74F0B3 Aquamarine

📋 copy color: '#74F0B3'

red 116 ◦ green 240 ◦ blue 179

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

Shades of Aquamarine #74F0B3

Tints of Aquamarine #74F0B3

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.86%

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

R = 21.68%
G = 44.86%
B = 33.46%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#74F0B3 (or 0x74F0B3) is known color: Aquamarine. HEX triplet: 74, F0 and B3. RGB value is (116,240,179). Sum of RGB (Red+Green+Blue) = 116+240+179=535 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.68% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #74F0B3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F0B3 is #8B0F4C. Grayscale: #C4C4C4. Windows color (decimal): -9113421 or 11792500. OLE color: 11792500.

HSL color Cylindrical-coordinate representation of color #74F0B3: hue angle of 150.48º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F0B3 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 240 179 -
CMYK 0.52 0 0.25 0.06
HSL 150.48º 0.81% 0.7% -
HSV(B) 150.48º 0.52% 0.94% -
XYZ 46.5 69.29 53.57 -
YUV 195.97 118.42 70.96 -
System Red Green Blue C M Y K H S L
Decimal 116 240 179 0.52 0 0.25 0.06 150.48 0.81 0.7
Hex 74 F0 B3 34 0 19 6 96 51 46
Octal 164 360 263 64 0 31 6 226 121 106
Binary 1110100 11110000 10110011 110100 0 11001 110 10010110 1010001 1000110

Color Harmonies of #74F0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F0B3

Black with #74F0B3

Text Example


Text Example

White with #74F0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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