Html Css Color HEX #74F8B3 Aquamarine

📋 copy color: '#74F8B3'

red 116 ◦ green 248 ◦ blue 179

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

Shades of Aquamarine #74F8B3

Tints of Aquamarine #74F8B3

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.67%

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

R = 21.36%
G = 45.67%
B = 32.97%

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

#74F8B3 (or 0x74F8B3) is known color: Aquamarine. HEX triplet: 74, F8 and B3. RGB value is (116,248,179). Sum of RGB (Red+Green+Blue) = 116+248+179=543 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.36% from 543); Green value is 248 (97.27% from 255 or 45.67% from 543); Blue value is 179 (70.31% from 255 or 32.97% from 543); Max value from RGB is 248 - color contains mainly: green. Hex color #74F8B3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F8B3 is #8B074C. Grayscale: #C8C8C8. Windows color (decimal): -9111373 or 11794548. OLE color: 11794548.

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

Color convert

RGB 116 248 179 -
CMYK 0.53 0 0.28 0.03
HSL 148.64º 0.9% 0.71% -
HSV(B) 148.64º 0.53% 0.97% -
XYZ 48.91 74.1 54.37 -
YUV 200.67 115.77 67.61 -
System Red Green Blue C M Y K H S L
Decimal 116 248 179 0.53 0 0.28 0.03 148.64 0.9 0.71
Hex 74 F8 B3 35 0 1C 3 95 5A 47
Octal 164 370 263 65 0 34 3 225 132 107
Binary 1110100 11111000 10110011 110101 0 11100 11 10010101 1011010 1000111

Color Harmonies of #74F8B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F8B3

Black with #74F8B3

Text Example


Text Example

White with #74F8B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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