Html Css Color HEX #74CAB9 Monte Carlo

📋 copy color: '#74CAB9'

red 116 ◦ green 202 ◦ blue 185

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

Shades of Monte Carlo #74CAB9

Tints of Monte Carlo #74CAB9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.16%

 BLUE value IS 185 (72.66% from 255) = 36.78%

R = 23.06%
G = 40.16%
B = 36.78%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#74CAB9 (or 0x74CAB9) is known color: Monte Carlo. HEX triplet: 74, CA and B9. RGB value is (116,202,185). Sum of RGB (Red+Green+Blue) = 116+202+185=503 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.06% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #74CAB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CAB9 is #8B3546. Grayscale: #AEAEAE. Windows color (decimal): -9123143 or 12175988. OLE color: 12175988.

HSL color Cylindrical-coordinate representation of color #74CAB9: hue angle of 168.14º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CAB9 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 202 185 -
CMYK 0.43 0 0.08 0.21
HSL 168.14º 0.45% 0.62% -
HSV(B) 168.14º 0.43% 0.79% -
XYZ 37.08 49.46 53.49 -
YUV 174.35 134.01 86.38 -
System Red Green Blue C M Y K H S L
Decimal 116 202 185 0.43 0 0.08 0.21 168.14 0.45 0.62
Hex 74 CA B9 2B 0 8 15 A8 2D 3E
Octal 164 312 271 53 0 10 25 250 55 76
Binary 1110100 11001010 10111001 101011 0 1000 10101 10101000 101101 111110

Color Harmonies of #74CAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CAB9

Black with #74CAB9

Text Example


Text Example

White with #74CAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,202,185); }

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

background-color css

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

 a { background-color: rgb(116,202,185); }

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

border-color css

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

 span { border-color: rgb(116,202,185); }

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