Html Css Color HEX #74E09B Medium Aquamarine

📋 copy color: '#74E09B'

red 116 ◦ green 224 ◦ blue 155

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

Shades of Medium Aquamarine #74E09B

Tints of Medium Aquamarine #74E09B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.25%

 BLUE value IS 155 (60.94% from 255) = 31.31%

R = 23.43%
G = 45.25%
B = 31.31%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#74E09B (or 0x74E09B) is known color: Medium Aquamarine. HEX triplet: 74, E0 and 9B. RGB value is (116,224,155). Sum of RGB (Red+Green+Blue) = 116+224+155=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #74E09B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74E09B is #8B1F64. Grayscale: #B8B8B8. Windows color (decimal): -9117541 or 10215540. OLE color: 10215540.

HSL color Cylindrical-coordinate representation of color #74E09B: hue angle of 141.67º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74E09B is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 224 155 -
CMYK 0.48 0 0.31 0.12
HSL 141.67º 0.64% 0.67% -
HSV(B) 141.67º 0.48% 0.88% -
XYZ 39.77 59.39 40.38 -
YUV 183.84 111.72 79.61 -
System Red Green Blue C M Y K H S L
Decimal 116 224 155 0.48 0 0.31 0.12 141.67 0.64 0.67
Hex 74 E0 9B 30 0 1F C 8E 40 43
Octal 164 340 233 60 0 37 14 216 100 103
Binary 1110100 11100000 10011011 110000 0 11111 1100 10001110 1000000 1000011

Color Harmonies of #74E09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E09B

Black with #74E09B

Text Example


Text Example

White with #74E09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,224,155); }

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

background-color css

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

 a { background-color: rgb(116,224,155); }

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

border-color css

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

 span { border-color: rgb(116,224,155); }

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