Html Css Color HEX #74EFB7 Aquamarine

📋 copy color: '#74EFB7'

red 116 ◦ green 239 ◦ blue 183

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

Shades of Aquamarine #74EFB7

Tints of Aquamarine #74EFB7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.42%

 BLUE value IS 183 (71.88% from 255) = 34.01%

R = 21.56%
G = 44.42%
B = 34.01%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#74EFB7 (or 0x74EFB7) is known color: Aquamarine. HEX triplet: 74, EF and B7. RGB value is (116,239,183). Sum of RGB (Red+Green+Blue) = 116+239+183=538 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.56% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #74EFB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EFB7 is #8B1048. Grayscale: #C3C3C3. Windows color (decimal): -9113673 or 12054388. OLE color: 12054388.

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

Color convert

RGB 116 239 183 -
CMYK 0.51 0 0.23 0.06
HSL 152.68º 0.79% 0.7% -
HSV(B) 152.68º 0.51% 0.94% -
XYZ 46.62 68.86 55.64 -
YUV 195.84 120.75 71.05 -
System Red Green Blue C M Y K H S L
Decimal 116 239 183 0.51 0 0.23 0.06 152.68 0.79 0.7
Hex 74 EF B7 33 0 17 6 99 4F 46
Octal 164 357 267 63 0 27 6 231 117 106
Binary 1110100 11101111 10110111 110011 0 10111 110 10011001 1001111 1000110

Color Harmonies of #74EFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EFB7

Black with #74EFB7

Text Example


Text Example

White with #74EFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,239,183); }

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

background-color css

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

 a { background-color: rgb(116,239,183); }

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

border-color css

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

 span { border-color: rgb(116,239,183); }

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