Html Css Color HEX #74CAB1 Monte Carlo

📋 copy color: '#74CAB1'

red 116 ◦ green 202 ◦ blue 177

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

Shades of Monte Carlo #74CAB1

Tints of Monte Carlo #74CAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.76%

R = 23.43%
G = 40.81%
B = 35.76%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#74CAB1 (or 0x74CAB1) is known color: Monte Carlo. HEX triplet: 74, CA and B1. RGB value is (116,202,177). Sum of RGB (Red+Green+Blue) = 116+202+177=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #74CAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CAB1 is #8B354E. Grayscale: #ADADAD. Windows color (decimal): -9123151 or 11651700. OLE color: 11651700.

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

Color convert

RGB 116 202 177 -
CMYK 0.43 0 0.12 0.21
HSL 162.56º 0.45% 0.62% -
HSV(B) 162.56º 0.43% 0.79% -
XYZ 36.26 49.13 49.17 -
YUV 173.44 130.01 87.03 -
System Red Green Blue C M Y K H S L
Decimal 116 202 177 0.43 0 0.12 0.21 162.56 0.45 0.62
Hex 74 CA B1 2B 0 C 15 A3 2D 3E
Octal 164 312 261 53 0 14 25 243 55 76
Binary 1110100 11001010 10110001 101011 0 1100 10101 10100011 101101 111110

Color Harmonies of #74CAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CAB1

Black with #74CAB1

Text Example


Text Example

White with #74CAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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