Html Css Color HEX #74F2B5 Aquamarine

📋 copy color: '#74F2B5'

red 116 ◦ green 242 ◦ blue 181

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

Shades of Aquamarine #74F2B5

Tints of Aquamarine #74F2B5

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.9%

 BLUE value IS 181 (71.09% from 255) = 33.58%

R = 21.52%
G = 44.9%
B = 33.58%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#74F2B5 (or 0x74F2B5) is known color: Aquamarine. HEX triplet: 74, F2 and B5. RGB value is (116,242,181). Sum of RGB (Red+Green+Blue) = 116+242+181=539 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.52% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 181 (71.09% from 255 or 33.58% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #74F2B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F2B5 is #8B0D4A. Grayscale: #C5C5C5. Windows color (decimal): -9112907 or 11924084. OLE color: 11924084.

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

Color convert

RGB 116 242 181 -
CMYK 0.52 0 0.25 0.05
HSL 150.95º 0.83% 0.7% -
HSV(B) 150.95º 0.52% 0.95% -
XYZ 47.3 70.55 54.84 -
YUV 197.37 118.76 69.96 -
System Red Green Blue C M Y K H S L
Decimal 116 242 181 0.52 0 0.25 0.05 150.95 0.83 0.7
Hex 74 F2 B5 34 0 19 5 97 53 46
Octal 164 362 265 64 0 31 5 227 123 106
Binary 1110100 11110010 10110101 110100 0 11001 101 10010111 1010011 1000110

Color Harmonies of #74F2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F2B5

Black with #74F2B5

Text Example


Text Example

White with #74F2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,242,181); }

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

background-color css

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

 a { background-color: rgb(116,242,181); }

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

border-color css

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

 span { border-color: rgb(116,242,181); }

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