Html Css Color HEX #74BFBC Monte Carlo

📋 copy color: '#74BFBC'

red 116 ◦ green 191 ◦ blue 188

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

Shades of Monte Carlo #74BFBC

Tints of Monte Carlo #74BFBC

RGB

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

 GREEN value IS 191 (75% from 255) = 38.59%

 BLUE value IS 188 (73.83% from 255) = 37.98%

R = 23.43%
G = 38.59%
B = 37.98%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#74BFBC (or 0x74BFBC) is known color: Monte Carlo. HEX triplet: 74, BF and BC. RGB value is (116,191,188). Sum of RGB (Red+Green+Blue) = 116+191+188=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 191 - color contains mainly: green. Hex color #74BFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BFBC is #8B4043. Grayscale: #A8A8A8. Windows color (decimal): -9125956 or 12369780. OLE color: 12369780.

HSL color Cylindrical-coordinate representation of color #74BFBC: hue angle of 177.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BFBC is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 191 188 -
CMYK 0.39 0 0.02 0.25
HSL 177.6º 0.37% 0.6% -
HSV(B) 177.6º 0.39% 0.75% -
XYZ 34.91 44.61 54.35 -
YUV 168.23 139.15 90.74 -
System Red Green Blue C M Y K H S L
Decimal 116 191 188 0.39 0 0.02 0.25 177.6 0.37 0.6
Hex 74 BF BC 27 0 2 19 B2 25 3C
Octal 164 277 274 47 0 2 31 262 45 74
Binary 1110100 10111111 10111100 100111 0 10 11001 10110010 100101 111100

Color Harmonies of #74BFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BFBC

Black with #74BFBC

Text Example


Text Example

White with #74BFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,191,188); }

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

background-color css

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

 a { background-color: rgb(116,191,188); }

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

border-color css

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

 span { border-color: rgb(116,191,188); }

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