Html Css Color HEX #74C8BA Monte Carlo

📋 copy color: '#74C8BA'

red 116 ◦ green 200 ◦ blue 186

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

Shades of Monte Carlo #74C8BA

Tints of Monte Carlo #74C8BA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.84%

 BLUE value IS 186 (73.05% from 255) = 37.05%

R = 23.11%
G = 39.84%
B = 37.05%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#74C8BA (or 0x74C8BA) is known color: Monte Carlo. HEX triplet: 74, C8 and BA. RGB value is (116,200,186). Sum of RGB (Red+Green+Blue) = 116+200+186=502 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.11% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 200 - color contains mainly: green. Hex color #74C8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C8BA is #8B3745. Grayscale: #ADADAD. Windows color (decimal): -9123654 or 12241012. OLE color: 12241012.

HSL color Cylindrical-coordinate representation of color #74C8BA: hue angle of 170º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74C8BA is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 200 186 -
CMYK 0.42 0 0.07 0.22
HSL 170º 0.43% 0.62% -
HSV(B) 170º 0.42% 0.78% -
XYZ 36.72 48.57 53.89 -
YUV 173.29 135.17 87.14 -
System Red Green Blue C M Y K H S L
Decimal 116 200 186 0.42 0 0.07 0.22 170 0.43 0.62
Hex 74 C8 BA 2A 0 7 16 AA 2B 3E
Octal 164 310 272 52 0 7 26 252 53 76
Binary 1110100 11001000 10111010 101010 0 111 10110 10101010 101011 111110

Color Harmonies of #74C8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C8BA

Black with #74C8BA

Text Example


Text Example

White with #74C8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,200,186); }

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

background-color css

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

 a { background-color: rgb(116,200,186); }

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

border-color css

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

 span { border-color: rgb(116,200,186); }

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