Html Css Color HEX #74CBA2 Medium Aquamarine

📋 copy color: '#74CBA2'

red 116 ◦ green 203 ◦ blue 162

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

Shades of Medium Aquamarine #74CBA2

Tints of Medium Aquamarine #74CBA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.68%

R = 24.12%
G = 42.2%
B = 33.68%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#74CBA2 (or 0x74CBA2) is known color: Medium Aquamarine. HEX triplet: 74, CB and A2. RGB value is (116,203,162). Sum of RGB (Red+Green+Blue) = 116+203+162=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #74CBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CBA2 is #8B345D. Grayscale: #ACACAC. Windows color (decimal): -9122910 or 10668916. OLE color: 10668916.

HSL color Cylindrical-coordinate representation of color #74CBA2: hue angle of 151.72º 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 #74CBA2 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 203 162 -
CMYK 0.43 0 0.20 0.20
HSL 151.72º 0.46% 0.63% -
HSV(B) 151.72º 0.43% 0.8% -
XYZ 35.08 49.03 41.8 -
YUV 172.31 122.18 87.83 -
System Red Green Blue C M Y K H S L
Decimal 116 203 162 0.43 0 0.20 0.20 151.72 0.46 0.63
Hex 74 CB A2 2B 0 14 14 98 2E 3F
Octal 164 313 242 53 0 24 24 230 56 77
Binary 1110100 11001011 10100010 101011 0 10100 10100 10011000 101110 111111

Color Harmonies of #74CBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CBA2

Black with #74CBA2

Text Example


Text Example

White with #74CBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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