Html Css Color HEX #68BFB4 Monte Carlo

📋 copy color: '#68BFB4'

red 104 ◦ green 191 ◦ blue 180

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

Shades of Monte Carlo #68BFB4

Tints of Monte Carlo #68BFB4

RGB

 RED value IS 104 (41.02% from 255) = 21.89%

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

 BLUE value IS 180 (70.7% from 255) = 37.89%

R = 21.89%
G = 40.21%
B = 37.89%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#68BFB4 (or 0x68BFB4) is known color: Monte Carlo. HEX triplet: 68, BF and B4. RGB value is (104,191,180). Sum of RGB (Red+Green+Blue) = 104+191+180=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #68BFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BFB4 is #97404B. Grayscale: #A3A3A3. Windows color (decimal): -9912396 or 11845480. OLE color: 11845480.

HSL color Cylindrical-coordinate representation of color #68BFB4: hue angle of 172.41º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68BFB4 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 191 180 -
CMYK 0.46 0 0.06 0.25
HSL 172.41º 0.4% 0.58% -
HSV(B) 172.41º 0.46% 0.75% -
XYZ 32.58 43.5 49.86 -
YUV 163.73 137.18 85.39 -
System Red Green Blue C M Y K H S L
Decimal 104 191 180 0.46 0 0.06 0.25 172.41 0.4 0.58
Hex 68 BF B4 2E 0 6 19 AC 28 3A
Octal 150 277 264 56 0 6 31 254 50 72
Binary 1101000 10111111 10110100 101110 0 110 11001 10101100 101000 111010

Color Harmonies of #68BFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BFB4

Black with #68BFB4

Text Example


Text Example

White with #68BFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68BFB4; }

 p { color: rgb(104,191,180); }

 H1.HeaderClassName
 {
   color: #68BFB4;
 }
 .AnyTagClassName
 {
   color: #68BFB4;
 }
</style>

background-color css

<style>
 a { background-color: #68BFB4; }

 a { background-color: rgb(104,191,180); }

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

border-color css

<style>
 span { border-color: #68BFB4; }

 span { border-color: rgb(104,191,180); }

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