Html Css Color HEX #74FDB2 Aquamarine

📋 copy color: '#74FDB2'

red 116 ◦ green 253 ◦ blue 178

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

Shades of Aquamarine #74FDB2

Tints of Aquamarine #74FDB2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.25%

 BLUE value IS 178 (69.92% from 255) = 32.54%

R = 21.21%
G = 46.25%
B = 32.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#74FDB2 (or 0x74FDB2) is known color: Aquamarine. HEX triplet: 74, FD and B2. RGB value is (116,253,178). Sum of RGB (Red+Green+Blue) = 116+253+178=547 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.21% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #74FDB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FDB2 is #8B024D. Grayscale: #CBCBCB. Windows color (decimal): -9110094 or 11730292. OLE color: 11730292.

HSL color Cylindrical-coordinate representation of color #74FDB2: hue angle of 147.15º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FDB2 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 253 178 -
CMYK 0.54 0 0.30 0.01
HSL 147.15º 0.97% 0.72% -
HSV(B) 147.15º 0.54% 0.99% -
XYZ 50.36 77.18 54.36 -
YUV 203.49 113.61 65.6 -
System Red Green Blue C M Y K H S L
Decimal 116 253 178 0.54 0 0.30 0.01 147.15 0.97 0.72
Hex 74 FD B2 36 0 1E 1 93 61 48
Octal 164 375 262 66 0 36 1 223 141 110
Binary 1110100 11111101 10110010 110110 0 11110 1 10010011 1100001 1001000

Color Harmonies of #74FDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74FDB2

Black with #74FDB2

Text Example


Text Example

White with #74FDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,253,178); }

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

background-color css

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

 a { background-color: rgb(116,253,178); }

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

border-color css

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

 span { border-color: rgb(116,253,178); }

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