Html Css Color HEX #74CBB5 Monte Carlo

📋 copy color: '#74CBB5'

red 116 ◦ green 203 ◦ blue 181

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

Shades of Monte Carlo #74CBB5

Tints of Monte Carlo #74CBB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.2%

R = 23.2%
G = 40.6%
B = 36.2%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#74CBB5 (or 0x74CBB5) is known color: Monte Carlo. HEX triplet: 74, CB and B5. RGB value is (116,203,181). Sum of RGB (Red+Green+Blue) = 116+203+181=500 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.2% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 203 - color contains mainly: green. Hex color #74CBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CBB5 is #8B344A. Grayscale: #AEAEAE. Windows color (decimal): -9122891 or 11914100. OLE color: 11914100.

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

Color convert

RGB 116 203 181 -
CMYK 0.43 0 0.11 0.20
HSL 164.83º 0.46% 0.63% -
HSV(B) 164.83º 0.43% 0.8% -
XYZ 36.9 49.76 51.38 -
YUV 174.48 131.68 86.29 -
System Red Green Blue C M Y K H S L
Decimal 116 203 181 0.43 0 0.11 0.20 164.83 0.46 0.63
Hex 74 CB B5 2B 0 B 14 A5 2E 3F
Octal 164 313 265 53 0 13 24 245 56 77
Binary 1110100 11001011 10110101 101011 0 1011 10100 10100101 101110 111111

Color Harmonies of #74CBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CBB5

Black with #74CBB5

Text Example


Text Example

White with #74CBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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