Html Css Color HEX #74CFB5 Monte Carlo

📋 copy color: '#74CFB5'

red 116 ◦ green 207 ◦ blue 181

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

Shades of Monte Carlo #74CFB5

Tints of Monte Carlo #74CFB5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.07%

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

R = 23.02%
G = 41.07%
B = 35.91%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#74CFB5 (or 0x74CFB5) is known color: Monte Carlo. HEX triplet: 74, CF and B5. RGB value is (116,207,181). Sum of RGB (Red+Green+Blue) = 116+207+181=504 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.02% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CFB5 is #8B304A. Grayscale: #B0B0B0. Windows color (decimal): -9121867 or 11915124. OLE color: 11915124.

HSL color Cylindrical-coordinate representation of color #74CFB5: hue angle of 162.86º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CFB5 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 207 181 -
CMYK 0.44 0 0.13 0.19
HSL 162.86º 0.49% 0.63% -
HSV(B) 162.86º 0.44% 0.81% -
XYZ 37.86 51.67 51.7 -
YUV 176.83 130.35 84.61 -
System Red Green Blue C M Y K H S L
Decimal 116 207 181 0.44 0 0.13 0.19 162.86 0.49 0.63
Hex 74 CF B5 2C 0 D 13 A3 31 3F
Octal 164 317 265 54 0 15 23 243 61 77
Binary 1110100 11001111 10110101 101100 0 1101 10011 10100011 110001 111111

Color Harmonies of #74CFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CFB5

Black with #74CFB5

Text Example


Text Example

White with #74CFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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