Html Css Color HEX #74BEBD Monte Carlo

📋 copy color: '#74BEBD'

red 116 ◦ green 190 ◦ blue 189

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

Shades of Monte Carlo #74BEBD

Tints of Monte Carlo #74BEBD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.38%

 BLUE value IS 189 (74.22% from 255) = 38.18%

R = 23.43%
G = 38.38%
B = 38.18%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#74BEBD (or 0x74BEBD) is known color: Monte Carlo. HEX triplet: 74, BE and BD. RGB value is (116,190,189). Sum of RGB (Red+Green+Blue) = 116+190+189=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 190 - color contains mainly: green. Hex color #74BEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BEBD is #8B4142. Grayscale: #A7A7A7. Windows color (decimal): -9126211 or 12435060. OLE color: 12435060.

HSL color Cylindrical-coordinate representation of color #74BEBD: hue angle of 179.19º degrees, saturation: 0.36, 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 #74BEBD is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 190 189 -
CMYK 0.39 0 0.01 0.25
HSL 179.19º 0.36% 0.6% -
HSV(B) 179.19º 0.39% 0.75% -
XYZ 34.8 44.21 54.84 -
YUV 167.76 139.98 91.08 -
System Red Green Blue C M Y K H S L
Decimal 116 190 189 0.39 0 0.01 0.25 179.19 0.36 0.6
Hex 74 BE BD 27 0 1 19 B3 24 3C
Octal 164 276 275 47 0 1 31 263 44 74
Binary 1110100 10111110 10111101 100111 0 1 11001 10110011 100100 111100

Color Harmonies of #74BEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BEBD

Black with #74BEBD

Text Example


Text Example

White with #74BEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,190,189); }

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

background-color css

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

 a { background-color: rgb(116,190,189); }

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

border-color css

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

 span { border-color: rgb(116,190,189); }

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