Html Css Color HEX #74EFBD Aquamarine

📋 copy color: '#74EFBD'

red 116 ◦ green 239 ◦ blue 189

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

Shades of Aquamarine #74EFBD

Tints of Aquamarine #74EFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.74%

R = 21.32%
G = 43.93%
B = 34.74%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#74EFBD (or 0x74EFBD) is known color: Aquamarine. HEX triplet: 74, EF and BD. RGB value is (116,239,189). Sum of RGB (Red+Green+Blue) = 116+239+189=544 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.32% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 239 - color contains mainly: green. Hex color #74EFBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EFBD is #8B1042. Grayscale: #C4C4C4. Windows color (decimal): -9113667 or 12447604. OLE color: 12447604.

HSL color Cylindrical-coordinate representation of color #74EFBD: hue angle of 155.61º 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 #74EFBD is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 239 189 -
CMYK 0.51 0 0.21 0.06
HSL 155.61º 0.79% 0.7% -
HSV(B) 155.61º 0.51% 0.94% -
XYZ 47.25 69.12 59 -
YUV 196.52 123.75 70.57 -
System Red Green Blue C M Y K H S L
Decimal 116 239 189 0.51 0 0.21 0.06 155.61 0.79 0.7
Hex 74 EF BD 33 0 15 6 9C 4F 46
Octal 164 357 275 63 0 25 6 234 117 106
Binary 1110100 11101111 10111101 110011 0 10101 110 10011100 1001111 1000110

Color Harmonies of #74EFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EFBD

Black with #74EFBD

Text Example


Text Example

White with #74EFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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