Html Css Color HEX #74EBB2 Medium Aquamarine

📋 copy color: '#74EBB2'

red 116 ◦ green 235 ◦ blue 178

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

Shades of Medium Aquamarine #74EBB2

Tints of Medium Aquamarine #74EBB2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.42%

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

R = 21.93%
G = 44.42%
B = 33.65%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#74EBB2 (or 0x74EBB2) is known color: Medium Aquamarine. HEX triplet: 74, EB and B2. RGB value is (116,235,178). Sum of RGB (Red+Green+Blue) = 116+235+178=529 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.93% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #74EBB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EBB2 is #8B144D. Grayscale: #C1C1C1. Windows color (decimal): -9114702 or 11725684. OLE color: 11725684.

HSL color Cylindrical-coordinate representation of color #74EBB2: hue angle of 151.26º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EBB2 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 235 178 -
CMYK 0.51 0 0.24 0.08
HSL 151.26º 0.75% 0.69% -
HSV(B) 151.26º 0.51% 0.92% -
XYZ 44.95 66.34 52.56 -
YUV 192.92 119.58 73.13 -
System Red Green Blue C M Y K H S L
Decimal 116 235 178 0.51 0 0.24 0.08 151.26 0.75 0.69
Hex 74 EB B2 33 0 18 8 97 4B 45
Octal 164 353 262 63 0 30 10 227 113 105
Binary 1110100 11101011 10110010 110011 0 11000 1000 10010111 1001011 1000101

Color Harmonies of #74EBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EBB2

Black with #74EBB2

Text Example


Text Example

White with #74EBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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