Html Css Color HEX #74CBA4 Medium Aquamarine

📋 copy color: '#74CBA4'

red 116 ◦ green 203 ◦ blue 164

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

Shades of Medium Aquamarine #74CBA4

Tints of Medium Aquamarine #74CBA4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.03%

 BLUE value IS 164 (64.45% from 255) = 33.95%

R = 24.02%
G = 42.03%
B = 33.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#74CBA4 (or 0x74CBA4) is known color: Medium Aquamarine. HEX triplet: 74, CB and A4. RGB value is (116,203,164). Sum of RGB (Red+Green+Blue) = 116+203+164=483 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.02% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #74CBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CBA4 is #8B345B. Grayscale: #ACACAC. Windows color (decimal): -9122908 or 10799988. OLE color: 10799988.

HSL color Cylindrical-coordinate representation of color #74CBA4: hue angle of 153.1º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CBA4 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 203 164 -
CMYK 0.43 0 0.19 0.20
HSL 153.1º 0.46% 0.63% -
HSV(B) 153.1º 0.43% 0.8% -
XYZ 35.26 49.11 42.74 -
YUV 172.54 123.18 87.67 -
System Red Green Blue C M Y K H S L
Decimal 116 203 164 0.43 0 0.19 0.20 153.1 0.46 0.63
Hex 74 CB A4 2B 0 13 14 99 2E 3F
Octal 164 313 244 53 0 23 24 231 56 77
Binary 1110100 11001011 10100100 101011 0 10011 10100 10011001 101110 111111

Color Harmonies of #74CBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CBA4

Black with #74CBA4

Text Example


Text Example

White with #74CBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,203,164); }

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

background-color css

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

 a { background-color: rgb(116,203,164); }

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

border-color css

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

 span { border-color: rgb(116,203,164); }

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