Html Css Color HEX #74CBA8 Medium Aquamarine

📋 copy color: '#74CBA8'

red 116 ◦ green 203 ◦ blue 168

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

Shades of Medium Aquamarine #74CBA8

Tints of Medium Aquamarine #74CBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.5%

R = 23.82%
G = 41.68%
B = 34.5%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#74CBA8 (or 0x74CBA8) is known color: Medium Aquamarine. HEX triplet: 74, CB and A8. RGB value is (116,203,168). Sum of RGB (Red+Green+Blue) = 116+203+168=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #74CBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CBA8 is #8B3457. Grayscale: #ADADAD. Windows color (decimal): -9122904 or 11062132. OLE color: 11062132.

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

Color convert

RGB 116 203 168 -
CMYK 0.43 0 0.17 0.20
HSL 155.86º 0.46% 0.63% -
HSV(B) 155.86º 0.43% 0.8% -
XYZ 35.63 49.25 44.67 -
YUV 173 125.18 87.35 -
System Red Green Blue C M Y K H S L
Decimal 116 203 168 0.43 0 0.17 0.20 155.86 0.46 0.63
Hex 74 CB A8 2B 0 11 14 9C 2E 3F
Octal 164 313 250 53 0 21 24 234 56 77
Binary 1110100 11001011 10101000 101011 0 10001 10100 10011100 101110 111111

Color Harmonies of #74CBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CBA8

Black with #74CBA8

Text Example


Text Example

White with #74CBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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